diff options
| author | 2021-10-17 10:58:33 +0100 | |
|---|---|---|
| committer | 2021-10-17 10:58:33 +0100 | |
| commit | 662c9a6c5779f5969d77ef327e7c85e9574c1608 (patch) | |
| tree | 4982fff5bd644215f454f416b049674ab4695571 /Dockerfile | |
| parent | Raise for status to prevent parsing of invalid pages (diff) | |
| parent | Fixed 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-- | Dockerfile | 2 |
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 \ |