Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ WORKDIR /code
|
|
10 |
RUN apt-get update && apt-get install -y \
|
11 |
wget \
|
12 |
python-is-python3 \
|
|
|
13 |
tar \
|
14 |
unzip \
|
15 |
zip \
|
|
|
10 |
RUN apt-get update && apt-get install -y \
|
11 |
wget \
|
12 |
python-is-python3 \
|
13 |
+
pip \
|
14 |
tar \
|
15 |
unzip \
|
16 |
zip \
|