Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -5,9 +5,7 @@ RUN apt-get update && \
|
|
| 5 |
apt-get clean
|
| 6 |
RUN apt-get update && apt-get install -y python3 python3-pip python3.12-venv
|
| 7 |
RUN apt-get update && apt-get install -y \
|
| 8 |
-
curl
|
| 9 |
-
ca-certificates \
|
| 10 |
-
gnupg
|
| 11 |
|
| 12 |
ARG CODE
|
| 13 |
ARG USERNAME
|
|
|
|
| 5 |
apt-get clean
|
| 6 |
RUN apt-get update && apt-get install -y python3 python3-pip python3.12-venv
|
| 7 |
RUN apt-get update && apt-get install -y \
|
| 8 |
+
curl
|
|
|
|
|
|
|
| 9 |
|
| 10 |
ARG CODE
|
| 11 |
ARG USERNAME
|