Skip to content

Commit

Permalink
Overwrite normal composer with custom build
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Jul 23, 2023
1 parent 4c91478 commit d9ca5e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ RUN set -eux ; \
composer diagnose ; \
rm -f /tmp/installer.php ; \
find /tmp -type d -exec chmod -v 1777 {} +

#overwrite with custom MaRDI file
RUN curl \
--location \
--output /usr/bin/composer \
--url https://github.com/MaRDI4NFDI/composer/releases/download/mardi-v1/composer.phar

COPY docker-entrypoint.sh /docker-entrypoint.sh

Expand Down

0 comments on commit d9ca5e0

Please sign in to comment.