Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 23, 2024
1 parent 54944e4 commit 915d363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \

CMD /bin/zsh

RUN source ~/.zshenv
RUN . ~/.zshenv
2 changes: 1 addition & 1 deletion containers/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \

CMD /bin/zsh

RUN source ~/.zshenv
RUN . ~/.zshenv

0 comments on commit 915d363

Please sign in to comment.