Skip to content

Commit fe064e5

Browse files
committed
remove tenv
1 parent da13ef7 commit fe064e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

containers/rhel/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ RUN chmod +x /home/${NORMAL_USER}/Run-AzTerraform.ps1 && \
101101
USER ${NORMAL_USER}
102102
WORKDIR /home/${NORMAL_USER}
103103

104-
RUN tenv tf install latest --verbose && \
105-
tenv tf use latest --verbose
106-
107104
RUN echo -en "\n" | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
108105
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/${NORMAL_USER}/.bashrc && \
109106
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \

0 commit comments

Comments
 (0)