Upgrade virtualenv for python3 to reduce warnings

This commit is contained in:
Dmitri Bogomolov 2021-11-18 18:37:34 +02:00
parent 89d2660b52
commit a94ffef279
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -27,6 +27,9 @@ RUN rm -rf /var/lib/apt/lists/*
RUN useradd -m -U builder
RUN python3 -m pip install wheel
RUN python3 -m pip install --upgrade virtualenv
# copy sources
COPY . /home/builder/src
RUN chown -R builder.builder /home/builder/src