Skip to content

Commit

Permalink
oops. needed to make separate statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed Nov 2, 2024
1 parent 663ea82 commit 7cff6b3
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 @@ -11,7 +11,7 @@ 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 \
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 7cff6b3

Please sign in to comment.