Skip to content

Commit

Permalink
This one also needs the context (to get the config.json).
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed Nov 4, 2024
1 parent a7826ae commit 96391af
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 @@ -5,7 +5,7 @@ ENV VERSION=${VERSION:-0.0.0}

RUN mkdir -p /run/secrets

RUN --mount=type=secret,id=gh_token \
RUN --mount=type=secret,id=gh_token --mount=type=bind,target=/docker_context\
curl https://$(cat /run/secrets/gh_token)@raw.githubusercontent.com/NSSAC/SciducTainer/refs/heads/main/sciduct.scif > /tmp/sciduct.scif &&\
scif install /tmp/sciduct.scif

Expand Down

0 comments on commit 96391af

Please sign in to comment.