Add tofu to terraform symlink
This commit is contained in:
		@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user