Skip to content

Commit

Permalink
#2268: Fix installation of python packages on newer versions of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cz4rs committed Nov 14, 2024
1 parent 2b6a555 commit 53a7cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/ubuntu-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ RUN apt-get update -y -q && \
mesa-common-dev \
brotli \
python3 \
python3-schema \
python3-deepdiff \
python3-brotli \
python3-numpy \
python3-pip && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -91,9 +94,6 @@ RUN apt-get update -y -q && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN pip3 install --upgrade pip \
&& pip3 install schema deepdiff

FROM base as build
COPY . /vt

Expand Down

0 comments on commit 53a7cee

Please sign in to comment.