Skip to content

Commit

Permalink
chore: Avoid installing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 8, 2025
1 parent 60ad282 commit f1cb28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN yarn install --prod --frozen-lockfile
FROM node:18-alpine

RUN apk update && \
apk add --no-cache wget tini curl libstdc++ gcompat && \
apk add --no-cache wget tini libstdc++ gcompat && \
rm -rf /var/cache/apk/*

# NODE_ENV is used to configure some runtime options, like JSON logger
Expand Down

0 comments on commit f1cb28a

Please sign in to comment.