Skip to content

Commit

Permalink
Merge pull request #8 from mintel/add_binaries_for_sshkeypair_module
Browse files Browse the repository at this point in the history
Adding packages required by ssh-keypair-secret tf module
  • Loading branch information
barrymars authored Oct 13, 2022
2 parents 7286923 + 03b93ea commit e6c99b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ FROM hashicorp/tfc-agent:1.2.0

USER root

RUN apt-get update && apt-get install -y \
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y \
curl \
default-jre \
git \
openssl \
pwgen \
unzip \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e6c99b6

Please sign in to comment.