Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 03fc5e1

Browse files
committed
Updates python version to 3.9 and removes now unecessary dependency on sid repo.
1 parent d017382 commit 03fc5e1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
FROM tiangolo/uwsgi-nginx:python3.8
1+
FROM tiangolo/uwsgi-nginx:python3.9
22

33
ENV UWSGI_INI /srv/www/yogsite/uwsgi.ini
44

55
COPY . /srv/www/yogsite
66
COPY nginx.conf /app/nginx.conf
77

8-
RUN echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list
98
RUN apt-get update
10-
RUN apt-get install -y ffmpeg
9+
RUN apt-get install -y ffmpeg
1110

1211
RUN pip install -r /srv/www/yogsite/requirements.txt
1312

0 commit comments

Comments
 (0)