agent404 commited on
Commit
a0dcd52
1 Parent(s): a76beb8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
- FROM darthsim/imgproxy
2
 
3
  USER root
4
 
5
  WORKDIR /code
6
 
7
- RUN apt update && apt install -y fuse libfuse2 fonts-dejavu python3-pip
8
 
9
  COPY . .
10
  RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
 
1
+ FROM python:3.9
2
 
3
  USER root
4
 
5
  WORKDIR /code
6
 
7
+ RUN apt update && apt install --quiet -y fuse libfuse2 fonts-dejavu python3-pip inkscape
8
 
9
  COPY . .
10
  RUN pip install --no-cache-dir --upgrade -r ./requirements.txt