We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1479a5d commit 9553aebCopy full SHA for 9553aeb
1 file changed
Dockerfile
@@ -11,11 +11,9 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
11
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
12
RUN chmod +x ./jq ./yq
13
14
-FROM node:12.13-alpine
+FROM node:14.15.4-stretch
15
16
-ENV HEROKU_CLI_PLATFORM linux-x64
17
-
18
-RUN apk update && apk add --no-cache curl git tar openssh-client && npm install -g heroku
+RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g @vue/cli
19
COPY --from=builder /tmp/docker/docker /usr/bin/
20
COPY --from=builder /tmp/jq /usr/bin/
21
COPY --from=builder /tmp/yq /usr/bin/
0 commit comments