Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
python3-pip \
|
9 |
unzip \
|
10 |
jq \
|
11 |
-
curl
|
|
|
12 |
|
13 |
|
14 |
WORKDIR /code
|
|
|
8 |
python3-pip \
|
9 |
unzip \
|
10 |
jq \
|
11 |
+
curl \
|
12 |
+
wget
|
13 |
|
14 |
|
15 |
WORKDIR /code
|