simonduerr commited on
Commit
46c72f0
1 Parent(s): f407005

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN apt-get update
10
  #RUN apt-get -y update && apt-get -y install software-properties-common \
11
  #&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
12
 
13
- RUN apt-get install -y python3 python3-pip git
14
-
15
  WORKDIR /code
16
 
17
  COPY ./requirements.txt /code/requirements.txt
 
10
  #RUN apt-get -y update && apt-get -y install software-properties-common \
11
  #&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
12
 
13
+ RUN apt-get install -y python3 python3-pip git wget
14
+
15
  WORKDIR /code
16
 
17
  COPY ./requirements.txt /code/requirements.txt