agent404 commited on
Commit
3157d62
·
verified ·
1 Parent(s): 2cf0385

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -9
Dockerfile CHANGED
@@ -1,18 +1,10 @@
1
- FROM python:3.9
2
 
3
- ENV HOME=/home
4
  WORKDIR /code
5
 
6
  COPY ./requirements.txt /code/requirements.txt
7
 
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
- RUN apt update && apt install -y fuse libfuse2 fonts-dejavu
10
- RUN apt install --assume-yes apt-utils \
11
- && apt install --assume-yes software-properties-common \
12
- && apt install --assume-yes dbus \
13
- && apt install --assume-yes glib-networking \
14
- && apt install --assume-yes dconf-cli \
15
- && apt install --assume-yes fontconfig
16
 
17
  COPY . .
18
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
 
1
+ FROM darthsim/imgproxy
2
 
 
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
 
 
 
 
 
 
8
 
9
  COPY . .
10
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage