Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonesto committed Jun 16, 2024
1 parent 528f204 commit 1f3d6fd
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 @@ -13,7 +13,7 @@ ENV \
ERROR_COLOR="\033[31m" \
FORECOLOR="\033[0m"

RUN apk add bash curl python3 && rm -rf /var/cache/apk/*
RUN apk -U upgrade && apk add --no-cache bash curl python3 && rm -rf /var/cache/apk/*

RUN adduser -D myuser

Expand Down

0 comments on commit 1f3d6fd

Please sign in to comment.