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 \