Skip to content

Commit

Permalink
config(docker): Update DockerfileDevelop to use python:3.8 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 2, 2024
1 parent b186d95 commit 9001e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/DockerfileDevelop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM docker.io/python:3.8 as base
ENV PYTHONUNBUFFERED 1
RUN apt-get -y update
RUN apt-get install -y ffmpeg
Expand Down

0 comments on commit 9001e2a

Please sign in to comment.