Skip to content

Commit aefcaee

Browse files
committed
Update pip in virtualenv of bullseye test image
Atempt to fix a non reproductible bug in github CI :/
1 parent 8b10a39 commit aefcaee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/debian_bullseye/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ RUN echo "*nat\n:PREROUTING ACCEPT [0:0]\n:INPUT ACCEPT [0:0]\n:OUTPUT ACCEPT [0
6767
RUN chage -E 20000 user
6868

6969
# Some python3 virtualenv
70-
RUN virtualenv /v && /v/bin/pip install 'requests>1,<2'
70+
RUN virtualenv /v
71+
RUN /v/bin/pip install -U pip
72+
RUN /v/bin/pip install 'requests>1,<2'
7173

7274
ENV LANG fr_FR.ISO-8859-15
7375
ENV LANGUAGE fr_FR

0 commit comments

Comments
 (0)