Skip to content

Commit

Permalink
Merge pull request #7 from bavix/optimize-dockerfile
Browse files Browse the repository at this point in the history
remove cache
  • Loading branch information
rez1dent3 committed Aug 21, 2023
2 parents 6bbf4ce + b195687 commit 71fdfd4
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 @@ -34,7 +34,7 @@ WORKDIR /go/src/github.com/tokopedia/gripmock
RUN go install -v

# remove pkgs
RUN apk del git
RUN apk del git && apk -v cache clean

EXPOSE 4770 4771

Expand Down

0 comments on commit 71fdfd4

Please sign in to comment.