From a4a11d55b4dca98181f2c968371aa5c76741181a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 2 Nov 2022 15:44:45 +0000 Subject: [PATCH] mod Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e170bc..ad0cfe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:8.6 +FROM --platform linux/amd64 rockylinux/rockylinux:8.6 ######################## ### VERSION SETTINGS ###