Skip to content

Commit

Permalink
chore(docker): added git to image so terraform can close modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChalk committed Mar 19, 2021
1 parent 5148394 commit afb5651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git checkout tags/${TFENV_VERSION} -b ${TFENV_VERSION}
FROM alpine:3
COPY --from=build /usr/bin/twrapper /bin/twrapper
COPY --from=tfenv /go/src/tfenv /opt/tfenv
RUN apk update && apk add bash curl && \
RUN apk update && apk add bash curl git && \
ln -s /opt/tfenv/bin/terraform /usr/bin && \
ln -s /opt/tfenv/bin/tfenv /usr/bin
ENTRYPOINT [ "/bin/twrapper" ]

0 comments on commit afb5651

Please sign in to comment.