Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 554b10f

Browse files
committed
updating packaging tools
1 parent 605034a commit 554b10f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ FROM python:3.5-slim
22

33
RUN apt-get update && \
44
apt-get install -y git && \
5-
apt-get install build-essential && \
5+
apt-get install -y build-essential && \
66
apt-get install -y virtualenv;
77

8+
RUN pip3 install -U setuptools pip virtualenv
89
RUN pip3 install git+https://github.com/loads/molotov.git
910

1011
CMD moloslave $TEST_REPO $TEST_NAME

0 commit comments

Comments
 (0)