Merge pull request #425 from Aquarius10th/fix-apt-get-error
Specify the base image version to fix dependency missing or version c…
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM --platform=linux/amd64 python:3.11-slim
|
||||
FROM --platform=linux/amd64 python:3.11.12
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install essential packages and Chrome dependencies
|
||||
@@ -100,4 +100,4 @@ COPY config.ini .
|
||||
EXPOSE 8000
|
||||
|
||||
# Run the application
|
||||
CMD ["python3", "api.py"]
|
||||
CMD ["python3", "api.py"]
|
||||
|
||||
Reference in New Issue
Block a user