From df6a292899325a56ddaff4c4f565c420665c7474 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Aug 2020 18:55:31 +0200 Subject: [PATCH] Fix the xcode container. --- tools/build-containers/Dockerfile.xcode | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build-containers/Dockerfile.xcode b/tools/build-containers/Dockerfile.xcode index 388fc6a5..ad7391af 100644 --- a/tools/build-containers/Dockerfile.xcode +++ b/tools/build-containers/Dockerfile.xcode @@ -1,3 +1,4 @@ +ARG img_version FROM godot-fedora:${img_version} RUN dnf -y install --setopt=install_weak_deps=False \