Skip to content

Commit

Permalink
#2291: Update pip3 in the docker image to be able to install newer pa…
Browse files Browse the repository at this point in the history
…ckages
  • Loading branch information
thearusable committed Jul 12, 2024
1 parent 60066ea commit a0ec659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/ubuntu-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ RUN apt-get update -y -q && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

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

FROM base as build
COPY . /vt
Expand Down

0 comments on commit a0ec659

Please sign in to comment.