Revert to the old dockerfile arch as the new one still seems to cause issues

This commit is contained in:
Keannu Bernasol 2023-09-20 02:38:05 +08:00
parent 8632707e28
commit 1cc6b0a724

View file

@ -1,7 +1,7 @@
# Use the official Python 3.11 image # Use the official Python 3.11 image
# FROM --platform=arm64 python:3.11.4-bookworm FROM --platform=arm64 python:3.11.4-bookworm
ARG BUILDPLATFORM # ARG BUILDPLATFORM
FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm # FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm
ENV PYTHONBUFFERED 1 ENV PYTHONBUFFERED 1