Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,8 @@ RUN apt-get install -y \
|
|
| 14 |
webp \
|
| 15 |
neofetch \
|
| 16 |
build-essential \
|
| 17 |
-
python3-pip
|
|
|
|
| 18 |
|
| 19 |
RUN useradd -m -u 1000 rull
|
| 20 |
|
|
|
|
| 14 |
webp \
|
| 15 |
neofetch \
|
| 16 |
build-essential \
|
| 17 |
+
python3-pip \
|
| 18 |
+
python3
|
| 19 |
|
| 20 |
RUN useradd -m -u 1000 rull
|
| 21 |
|