Skip to content

Commit

Permalink
Update dev.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 26, 2023
1 parent 8416b16 commit 3d09fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/jug/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
<<EOF
set -e
export CCACHE_DIR=/ccache
mkdir -p /var/cache/spack/blobs/sha256/
find /var/cache/spack/blobs/sha256/ -atime +7 -delete
JUGGLER_VERSION=$(jq -r .sha /tmp/juggler.json)
EICRECON_VERSION=$(jq -r .sha /tmp/eicrecon.json)
Expand Down

0 comments on commit 3d09fd5

Please sign in to comment.