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 d61d5e9 commit 11a52c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 11a52c3

Please sign in to comment.