Skip to content

Commit

Permalink
light image v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Oct 1, 2023
1 parent ba0a1d5 commit 82311ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apk -U --no-cache add bash git protobuf curl &&\
git clone --depth=1 https://github.com/protocolbuffers/protobuf.git /protobuf-repo &&\
mv /protobuf-repo/src/ /protobuf/ &&\
rm -rf /protobuf-repo &&\
# cleanup
# cleanup \
find /protobuf -not -name "*.proto" -type f -delete &&\
apk del git &&\
apk -v cache clean

Expand Down

0 comments on commit 82311ff

Please sign in to comment.