Skip to content

Commit

Permalink
Install setuptool
Browse files Browse the repository at this point in the history
It seems the setuptools library is no longer available in the base
Ubuntu 22.04 image (or its python packages).
  • Loading branch information
kajinamit committed Oct 3, 2024
1 parent abd2359 commit c650cae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN locale-gen $LANG
#NOTE(sileht): Upgrade python dev tools
RUN python3 -m pip install -U pip tox virtualenv

RUN python3 -m pip install setuptools
RUN python3.9 -m pip install setuptools
RUN python3.11 -m pip install setuptools

RUN npm install [email protected] --global

RUN groupadd --gid 1001 tester
Expand Down

0 comments on commit c650cae

Please sign in to comment.