HugoVoxx commited on
Commit
aad838d
·
verified ·
1 Parent(s): fb234b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM python:3.10
3
  WORKDIR /code
4
 
5
  COPY . /code/
 
 
6
  RUN pip install --upgrade pip
7
  RUN pip install --no-cache-dir --require-hashes --no-deps -r /code/pre-requirements.txt
8
  RUN pip install --no-cache-dir --no-deps -r /code/requirements.txt
 
3
  WORKDIR /code
4
 
5
  COPY . /code/
6
+
7
+ RUN apt-get install -y python3-tk
8
  RUN pip install --upgrade pip
9
  RUN pip install --no-cache-dir --require-hashes --no-deps -r /code/pre-requirements.txt
10
  RUN pip install --no-cache-dir --no-deps -r /code/requirements.txt