Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com>
  • Loading branch information
kevinszuchet authored Jan 8, 2025
1 parent 0c913ab commit 80b0b62
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 @@ -5,7 +5,7 @@ FROM node:18-alpine as builderenv
WORKDIR /app

# some packages require a build step
RUN apk update && apk add wget
RUN apk update && apk add --no-cache wget

# build the app
COPY . /app
Expand Down

0 comments on commit 80b0b62

Please sign in to comment.