Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Boyer authored Jan 12, 2025
1 parent 92c7c9b commit adb886b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion terraform-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@ FROM hashicorp/tfc-agent:1.16

USER root

RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y \
git \
openssl \
unzip \
zip \
jq \
yq \
envsubst \
&& rm -rf /var/lib/apt/lists/*

RUN curl -L https://github.com/siderolabs/omni/releases/download/v0.43.0/omnictl-linux-amd64 -o /usr/local/bin/omnictl
RUN chmod +x /usr/local/bin/omnictl

USER tfc-agent
USER tfc-agent

0 comments on commit adb886b

Please sign in to comment.