Skip to content

Commit

Permalink
Added the ssm-session-manager-plugin (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen James authored Dec 21, 2023
1 parent b7745c1 commit 117d938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ RUN apt-get update \
&& unzip awscliv2.zip \
&& ./aws/install -i /usr/local/aws-cli -b /usr/local/bin \
&& rm awscliv2.zip \
&& curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb" \
&& dpkg -i session-manager-plugin.deb \
&& rm -f session-manager-plugin.deb \
&& for version in $TF_VERSIONS; do \
tfenv install "$version"; \
done;
done;

0 comments on commit 117d938

Please sign in to comment.