Skip to content

Commit

Permalink
Merge pull request #25 from arongate/add-corkscrew-for-ssh-over-httpp…
Browse files Browse the repository at this point in the history
…roxy

Add corkscrew for ssh over httpproxy
  • Loading branch information
fabgaubert authored Nov 10, 2023
2 parents 01c776b + 9ab155f commit 93419fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions automation/TFEnv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ RUN apk add --no-cache --purge \
python3 py3-pip \
git \
wget \
openssh-client \
;

RUN apk --update --no-cache --allow-untrusted --repository http://dl-cdn.alpinelinux.org/alpine/edge/community add \
corkscrew \
&& rm -rf /var/cache/apk/* \
/tmp/* \
/var/tmp/*

ARG TFENV_VERSION

RUN wget -O /tmp/tfenv.tar.gz "https://github.com/tfutils/tfenv/archive/refs/tags/v${TFENV_VERSION}.tar.gz" \
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- /etc/passwd:/etc/passwd:ro
- /etc/group:/etc/group:ro
- ./:/workdir
- $HOME/.ssh:$HOME/.ssh
- $HOME/.terraformrc:$HOME/.terraformrc
- $HOME/.terraform.d:$HOME/.terraform.d
working_dir: /workdir
Expand Down

0 comments on commit 93419fa

Please sign in to comment.