aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-09-05 19:46:08 +0100
committerGravatar GitHub <[email protected]>2021-09-05 19:46:08 +0100
commit2e9c1b41d39fd33db872733923f14290c5d48107 (patch)
tree17fbb917adec0a1283d3d2456d8b09eee0334371
parentUpdate rogue paths to new paths (diff)
parentMerge pull request #845 from python-discord/Pin-platform-in-Dockerfile (diff)
Merge branch 'main' into lance-restructure
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 01a7f3b6..0b5876bd 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 cleaner logs and no saved cache
ENV PIP_NO_CACHE_DIR=false \