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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user