aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2021-10-17 10:58:33 +0100
committerGravatar GitHub <[email protected]>2021-10-17 10:58:33 +0100
commit662c9a6c5779f5969d77ef327e7c85e9574c1608 (patch)
tree4982fff5bd644215f454f416b049674ab4695571 /Dockerfile
parentRaise for status to prevent parsing of invalid pages (diff)
parentFixed delayed logs and made some other minor refactors (#1863) (diff)
Merge branch 'main' into doc-repetitive-outdated-warn
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d8592590..30bf8a361 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-slim
+FROM --platform=linux/amd64 python:3.9-slim
# Set pip to have no saved cache
ENV PIP_NO_CACHE_DIR=false \