diff --git a/builder/Dockerfile b/builder/Dockerfile index 691dbf6..ade90d8 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -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 \