thejagstudio commited on
Commit
9a17f2a
1 Parent(s): dc63356

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:24.04
2
  RUN apt-get update
3
- RUN apt-get install python3-pip
4
  WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
  RUN pip install -r /code/requirements.txt
 
1
  FROM ubuntu:24.04
2
  RUN apt-get update
3
+ RUN apt-get install -y python3-pip
4
  WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
  RUN pip install -r /code/requirements.txt