Add tofu to terraform symlink
This commit is contained in:
parent
3719b8dc6e
commit
7a87f8ce6c
@ -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
|
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/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 update --yes
|
||||||
RUN apt-get install --yes \
|
RUN apt-get install --yes \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
Loading…
Reference in New Issue
Block a user