Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Jun 9, 2024
1 parent 2e61de5 commit d61d5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d61d5e9

Please sign in to comment.