Skip to content

Commit eeef0a4

Browse files
authored
Update Dockerfile
1 parent 704fff5 commit eeef0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM alpine:latest AS build_packer
33
RUN apk update
44
RUN apk upgrade
5-
RUN apk add --update go gcc git make musl-dev
5+
RUN apk add --update go gcc git make musl-dev which
66
#RUN git clone https://github.com/hashicorp/packer.git && \
77
# cd packer && \
88
# make dev

0 commit comments

Comments
 (0)