TechDev commited on
Commit
d1bf1cc
·
verified ·
1 Parent(s): 1522ee5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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