Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Sep 4, 2023
1 parent b2796ce commit 075edf0
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:24.0.2-dind /usr/local/bin/docker /usr/local/bin/
COPY --from=docker:24.0.5-dind /usr/local/bin/docker /usr/local/bin/

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

0 comments on commit 075edf0

Please sign in to comment.