This commit is contained in:
Davidson Gomes 2024-06-09 17:35:05 -03:00
parent 2e61de5297
commit d61d5e9631

View File

@ -1,9 +1,9 @@
FROM node:20.7.0-alpine AS base
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apk update && apk add git
RUN apt-get install -y git tzdata ffmpeg wget curl
RUN apk update && apk upgrade && \
apk add --no-cache git tzdata ffmpeg wget curl
RUN npm i -g npm@latest