Skip to content

Commit

Permalink
Update common.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Feb 7, 2025
1 parent d7d25a2 commit b6ab864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root-image/common.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ RUN apt-get update && apt-get -yy upgrade && rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-get install -yy libffi8 libfuzzy2 libmagic1 git\
&& rm -rf /var/lib/apt/lists/*

# Update setuptools package
pip install -U setuptools

0 comments on commit b6ab864

Please sign in to comment.