Skip to content

Commit

Permalink
dockerfile pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Jan 14, 2025
1 parent fc63d14 commit d5c5256
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions containers/teuthology-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ RUN apt-get update && \
python3-dev \
libssl-dev \
ipmitool \
python3-pip \
python3-venv \
python-pipx \
vim \
libev-dev \
libvirt-dev \
Expand All @@ -26,7 +25,7 @@ RUN \
mkdir ../archive_dir && \
mkdir log && \
chmod +x /teuthology/bootstrap && \
PIP_INSTALL_FLAGS="-r requirements.txt" ./bootstrap
./bootstrap
COPY . /teuthology
RUN \
git config -f ./.git/config --unset 'http.https://github.com/.extraheader' && \
Expand Down

0 comments on commit d5c5256

Please sign in to comment.