Skip to content

Commit

Permalink
Merge pull request #324 from CybercentreCanada/cccs-douglass-patch-2
Browse files Browse the repository at this point in the history
Add RUN to docker command
  • Loading branch information
cccs-rs authored Feb 13, 2025
2 parents ce94fd4 + 63a511e commit 7d45b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root-image/common.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Update setuptools package
pip install -U setuptools
RUN pip install -U setuptools

0 comments on commit 7d45b11

Please sign in to comment.