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 78c15b0 commit 54944e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -eux \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-transport-https \
bash \
build-essential \
ca-certificates \
curl \
dialog \
Expand Down Expand Up @@ -75,3 +76,5 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \
&& sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/* /var/log/* /tmp/*

CMD /bin/zsh

RUN source ~/.zshenv
2 changes: 2 additions & 0 deletions containers/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \
&& sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/* /var/log/* /tmp/*

CMD /bin/zsh

RUN source ~/.zshenv

0 comments on commit 54944e4

Please sign in to comment.