From 77bf6d03be08528a8b02b47166c44cb5dc088d43 Mon Sep 17 00:00:00 2001 From: Parth Patil Date: Fri, 12 Apr 2024 10:30:28 -0400 Subject: [PATCH] Add platform to Dockerfile This will ensure smooth running on ARM machines without any problems --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce0a198..d668c08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM --platform=linux/amd64 ubuntu:bionic ENV DEBIAN_FRONTEND=noninteractive