Skip to content

Commit

Permalink
Enable child repos to dynamically grab the latest sciduct.scif.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed Nov 2, 2024
1 parent 7ce8d11 commit 663ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN mkdir -p /run/secrets

COPY config.json /
COPY src /src/
COPY sciduct.scif /
COPY apps.scif /
COPY environment.yml /

RUN --mount=type=secret,id=gh_token \
curl --remote-name https://$(cat /run/secrets/gh_token)@raw.githubusercontent.com/NSSAC/SciducTainer/refs/heads/main/sciduct.scif \
scif install /sciduct.scif && rm -f /sciduct.scif

RUN --mount=type=secret,id=gh_token \
Expand Down

0 comments on commit 663ea82

Please sign in to comment.