Skip to content

Commit

Permalink
build: remove npm
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Nov 20, 2024
1 parent d1076c5 commit 71ca581
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 @@ -20,7 +20,8 @@ RUN apk --update add --no-cache \
ca-certificates \
curl \
git \
jq
jq \
&& npm uninstall -g npm
COPY --from=go /go/bin/hub /usr/local/bin/hub
COPY --from=yq /tmp/yq /usr/local/bin/yq
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
Expand Down

0 comments on commit 71ca581

Please sign in to comment.