Add tofu to terraform symlink

This commit is contained in:
Ethan Paul 2024-03-11 11:20:49 -04:00
parent 3719b8dc6e
commit 7a87f8ce6c
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 3 additions and 0 deletions

View File

@ -71,7 +71,10 @@ COPY --from=build_wheel /build/wheels /tmp/wheels
ADD --chmod=755 https://raw.githubusercontent.com/ansible-semaphore/semaphore/v${SEMAPHORE_VERSION}/deployment/docker/common/semaphore-wrapper /usr/local/bin/semaphore-wrapper
# Symlink **special** binaries for backwards compatibility
RUN ln -s /usr/local/bin/spectre /usr/local/bin/mpw
RUN ln -s /usr/bin/tofu /usr/local/bin/terraform
RUN apt-get update --yes
RUN apt-get install --yes \
openssh-client \