Skip to content

Commit

Permalink
Update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 27, 2022
1 parent 953ceea commit 11be776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conan/docker/aac-ubuntu-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN apt update && \
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1 && \
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2

RUN pip3 install -U pip

RUN pip3 install conan

RUN useradd -l --uid 1000 --create-home conan
Expand Down
2 changes: 2 additions & 0 deletions conan/docker/aac-ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt update && \
gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \
gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

RUN pip install -U pip

RUN pip install conan

RUN useradd -l --uid 1000 --create-home conan
Expand Down

0 comments on commit 11be776

Please sign in to comment.