Skip to content

Commit

Permalink
fix(docker): added openssh to image
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChalk committed Apr 5, 2022
1 parent 50f26bb commit 54f2f85
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 git jq && \
RUN apk update && apk add bash curl git jq openssh && \
ln -s /opt/tfenv/bin/terraform /usr/bin && \
ln -s /opt/tfenv/bin/tfenv /usr/bin
ENTRYPOINT [ "/bin/twrapper" ]

0 comments on commit 54f2f85

Please sign in to comment.