Skip to content

Commit

Permalink
feat(ai): Bring back AI stuff in separate section
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 6, 2024
1 parent 901a675 commit fbbe7de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ USER $USER

COPY --chown=$USER:$USER . .local/share/chezmoi

# RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \
# GITHUB_ACCESS_TOKEN=$(cat /run/secrets/github_token) \
# GITHUB_API_TOKEN=$(cat /run/secrets/github_token) \
# GITHUB_TOKEN=$(cat /run/secrets/github_token) \
# WITHOUT_TOOLCHAINS=true \
# .local/share/chezmoi/install.sh --data=false \
# && sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/* /var/log/* /tmp/*
RUN --mount=type=secret,id=GITHUB_TOKEN,dst=/run/secrets/github_token,uid=$UID \
GITHUB_ACCESS_TOKEN=$(cat /run/secrets/github_token) \
GITHUB_API_TOKEN=$(cat /run/secrets/github_token) \
GITHUB_TOKEN=$(cat /run/secrets/github_token) \
WITHOUT_TOOLCHAINS=true \
.local/share/chezmoi/install.sh --data=false \
&& sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/* /var/log/* /tmp/*

CMD /bin/zsh

0 comments on commit fbbe7de

Please sign in to comment.