Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Feb 21, 2024
1 parent f3478be commit 88a3543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-default-base-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Run Docker - RHEL'
name: 'Run Docker - Default'

# Allow run manually
on:
Expand Down
10 changes: 5 additions & 5 deletions containers/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ WORKDIR /home/${NORMAL_USER}
CMD [ "./start.sh" ]

RUN tenv tf install latest --verbose && \
tenv tf use latest --verbose && \
tenv tofu install latest --verbose && \
tenv tofu use latest --verbose && \
tenv tg install latest --verbose && \
tenv tg use latest --verbose
tenv tf use latest --verbose
# tenv tofu install latest --verbose && \
# tenv tofu use latest --verbose && \
# tenv tg install latest --verbose && \
# tenv tg use latest --verbose

RUN pip3 install --user \
pipenv \
Expand Down

0 comments on commit 88a3543

Please sign in to comment.