diff options
author | 2021-09-05 19:46:08 +0100 | |
---|---|---|
committer | 2021-09-05 19:46:08 +0100 | |
commit | 2e9c1b41d39fd33db872733923f14290c5d48107 (patch) | |
tree | 17fbb917adec0a1283d3d2456d8b09eee0334371 | |
parent | Update rogue paths to new paths (diff) | |
parent | Merge pull request #845 from python-discord/Pin-platform-in-Dockerfile (diff) |
Merge branch 'main' into lance-restructure
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |