Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Nov 19, 2021
1 parent d64be65 commit 850de76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ RUN \
https://github.com/codenotary/cas \
&& cd cas \
&& make cas \
&& ls -ls \
&& rm -rf /root/go /root/.cache \
&& mv cas /usr/bin/cas \
&& if [ "${BUILD_ARCH}" = "armhf" ] || [ "${BUILD_ARCH}" = "armv7" ]; then \
wget -q -O /usr/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_arm"; \
Expand All @@ -37,6 +35,7 @@ RUN \
&& chmod +x /usr/bin/yq \
\
&& apk del .build-dependencies \
&& rm -rf /root/go /root/.cache \
&& rm -rf /usr/src/cas

COPY builder.sh /usr/bin/
Expand Down

0 comments on commit 850de76

Please sign in to comment.