Skip to content

Commit

Permalink
Add RUN to docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-douglass authored Feb 12, 2025
1 parent ce94fd4 commit 63a511e
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 63a511e

Please sign in to comment.