Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Jun 20, 2024
1 parent 92bf181 commit eb0837b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node-apploader/20-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ LABEL name="Node application loader" \
version="20-alpine" \
summary="Node that load, install, build and start a project."

RUN apk update --no-cache \
&& apk add git
RUN apk update \
&& apk add --no-cache git \
&& apk cache clean

USER node

Expand Down

0 comments on commit eb0837b

Please sign in to comment.