Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Aug 21, 2024
1 parent 83e8e1b commit 51d6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY check-upstream.sh /app/check-upstream.sh
COPY entrypoint.sh /app/entrypoint.sh
COPY update-explorer.sh /app/update-explorer.sh
COPY crontab /etc/cron.d/crontab
COPY --from=docker:25.0-dind /usr/local/bin/docker /usr/local/bin/
COPY --from=docker:25.0-dind /usr/local/bin/docker /usr/bin/

RUN chmod +x /app/install-libraries.sh \
&& chmod +x /app/install-compilers.sh \
Expand Down

0 comments on commit 51d6e1e

Please sign in to comment.