Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkinglight committed Aug 21, 2023
1 parent 3676717 commit 2862cce
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 @@ -18,5 +18,4 @@ RUN apk add jq
RUN apk add wget unzip
RUN apk add packer --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add rclone
COPY --from=node:14.5.0-alpine /usr/local/bin/node /usr/local/bin/node
COPY --from=node:14.5.0-alpine /usr/local/bin/npm /usr/local/bin/npm
RUN curl -sL https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64.tar.gz | tar xz -C /usr/local --strip-components=1

0 comments on commit 2862cce

Please sign in to comment.