Skip to content

Commit

Permalink
remove pullsecret that is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ombre8 committed Oct 14, 2024
1 parent 49eab64 commit 0076416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slides/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ ENV NPM_CONFIG_CACHE=/tmp/.npm

WORKDIR /app

RUN --mount=type=secret,id=gitlab_pullsecret PULLSECRET=$(cat /run/secrets/gitlab_pullsecret) \
&& git clone https://github.com/hakimel/reveal.js.git reveal \
RUN git clone https://github.com/hakimel/reveal.js.git reveal \
&& git clone https://github.com/puzzle/pitc-revealjs-theme.git puzzle-theme \
&& mv puzzle-theme/css/theme/puzzle.css reveal/css/theme/ \
&& mv puzzle-theme/css/theme/source/puzzle.scss reveal/css/theme/source/ \
Expand Down

0 comments on commit 0076416

Please sign in to comment.