We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da13ef7 commit fe064e5Copy full SHA for fe064e5
containers/rhel/Dockerfile
@@ -101,9 +101,6 @@ RUN chmod +x /home/${NORMAL_USER}/Run-AzTerraform.ps1 && \
101
USER ${NORMAL_USER}
102
WORKDIR /home/${NORMAL_USER}
103
104
-RUN tenv tf install latest --verbose && \
105
- tenv tf use latest --verbose
106
-
107
RUN echo -en "\n" | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
108
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/${NORMAL_USER}/.bashrc && \
109
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
0 commit comments