From 4d7dab18954178f11ae8cde66ab69258c0aa5ba8 Mon Sep 17 00:00:00 2001 From: kchason Date: Tue, 3 Oct 2023 13:28:59 -0400 Subject: [PATCH] Force amd64 for Docker image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 341650c..36bb43f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye +FROM --platform=linux/amd64 python:3.11-slim-bullseye # This is based on guidance in https://github.com/casework/CASE-Utilities-Python/tree/main WORKDIR /opt/workspace