Skip to content

Commit

Permalink
don't rerun an update
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 16, 2024
1 parent 869df39 commit 77b96c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cartservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM alpine:latest
RUN apk --update --no-cache add ca-certificates make protoc

# These tools are for debuggin the containres
RUN apk update && apk add --no-cache \
RUN apk add --no-cache \
bash \
curl \
wget \
Expand Down

0 comments on commit 77b96c5

Please sign in to comment.