We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704fff5 commit eeef0a4Copy full SHA for eeef0a4
Dockerfile
@@ -2,7 +2,7 @@
2
FROM alpine:latest AS build_packer
3
RUN apk update
4
RUN apk upgrade
5
-RUN apk add --update go gcc git make musl-dev
+RUN apk add --update go gcc git make musl-dev which
6
#RUN git clone https://github.com/hashicorp/packer.git && \
7
# cd packer && \
8
# make dev
0 commit comments