Skip to content

Commit

Permalink
force CLI check
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jun 14, 2024
1 parent f21232a commit 918f5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ RUN python3 -m venv /usr/local/venv && \
lxml \
cryptography \
jq && \
uv --no-cache pip install --system '.[local,kubernetes,reana]'
uv --no-cache pip install --system '.[local,kubernetes,reana]' && \
recast --help

ENV PACKTIVITY_DOCKER_CMD_MOD "-u root"
ENV PACKTIVITY_CVMFS_LOCATION /shared-mounts/cvmfs
Expand Down

0 comments on commit 918f5de

Please sign in to comment.