From 3d176de51ad075a5b09c0aae613963f2b02038ef Mon Sep 17 00:00:00 2001 From: ethicnology Date: Tue, 14 Jan 2025 10:57:35 -0500 Subject: [PATCH] refactor: remove platform --- repro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repro/Dockerfile b/repro/Dockerfile index 504acfb5..8bf3196a 100644 --- a/repro/Dockerfile +++ b/repro/Dockerfile @@ -1,5 +1,5 @@ # Use a base Ubuntu image -FROM --platform=linux/amd64 ubuntu:20.04 +FROM ubuntu:20.04 # Avoid prompts from apt ENV DEBIAN_FRONTEND=noninteractive