Skip to content

Commit

Permalink
feat: adding npm to support npm cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Reynolds committed Nov 6, 2019
1 parent b909e00 commit 313e1c5
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
@@ -1,6 +1,6 @@
FROM alpine:3.10

LABEL version="1.1.0"
LABEL version="1.2.0"
LABEL repository="https://github.com/advancedcsg-open/action-jfrog-cli"
LABEL homepage="https://github.com/advancedcsg-open/action-jfrog-cli"
LABEL maintainer="Advanced Toolchain"
Expand All @@ -10,6 +10,7 @@ LABEL "com.github.actions.icon"="check"
LABEL "com.github.actions.color"="green"

RUN apk add curl
RUN apk add nodejs npm

RUN curl -fL https://getcli.jfrog.io | sh \
&& mv ./jfrog /usr/bin/ \
Expand Down

0 comments on commit 313e1c5

Please sign in to comment.