Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
|
|
2 |
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
python3 python3-pip python3-venv \
|
5 |
-
curl tar gzip bash jq \
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
RUN adduser --disabled-password --gecos '' --uid 1000 user
|
|
|
2 |
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
python3 python3-pip python3-venv \
|
5 |
+
wget curl tar gzip bash jq \
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
RUN adduser --disabled-password --gecos '' --uid 1000 user
|