mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
docker
This commit is contained in:
parent
d61d5e9631
commit
11a52c3f43
@ -1,9 +1,9 @@
|
||||
FROM node:20.7.0-alpine AS base
|
||||
FROM node:20-bullseye-slim AS base
|
||||
|
||||
RUN apk update && apk add git
|
||||
RUN apt-get update -y
|
||||
RUN apt-get upgrade -y
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git tzdata ffmpeg wget curl
|
||||
RUN apt-get install -y git tzdata ffmpeg wget curl
|
||||
|
||||
RUN npm i -g npm@latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user