From 7a87f8ce6c2f42336c8d1124daf25da17508b9a7 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Mon, 11 Mar 2024 11:20:49 -0400 Subject: [PATCH] Add tofu to terraform symlink --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index f207d68..795552c 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \