Upgrade virtualenv for python3 to reduce warnings
This commit is contained in:
parent
89d2660b52
commit
a94ffef279
|
@ -27,6 +27,9 @@ RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN useradd -m -U builder
|
RUN useradd -m -U builder
|
||||||
|
|
||||||
|
RUN python3 -m pip install wheel
|
||||||
|
RUN python3 -m pip install --upgrade virtualenv
|
||||||
|
|
||||||
# copy sources
|
# copy sources
|
||||||
COPY . /home/builder/src
|
COPY . /home/builder/src
|
||||||
RUN chown -R builder.builder /home/builder/src
|
RUN chown -R builder.builder /home/builder/src
|
||||||
|
|
Reference in New Issue
Block a user