Update Dockerfile

This commit is contained in:
Alexandre
2021-06-23 22:13:38 +02:00
committed by GitHub
parent e31bd5a27a
commit ed9624a25a

View File

@@ -34,7 +34,7 @@ RUN \
git\
go &&\
go get -u github.com/quantumew/mustache-cli &&\
cp $GOPATH/bin/* /usr/bin/ && \
cp $GOPATH/bin/* /usr/local/bin/ && \
rm -rf $GOPATH /var/cache/apk/* /tmp/src &&\
apk del .build-deps xz build-base