From eaf4fd00786d7513c8cf0582105ce76771ea90c8 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sat, 29 Apr 2023 18:10:15 -0500 Subject: Use ARG tag instead of ENV --- develop/cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/cli/Dockerfile b/develop/cli/Dockerfile index e7680db..4fbf0b7 100644 --- a/develop/cli/Dockerfile +++ b/develop/cli/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && ln -s /usr/bin/clang-10 /usr/bin/clang \ && ln -s /usr/bin/clang++-10 /usr/bin/clang++ -ENV OPENRCT2_REF develop +ARG OPENRCT2_REF=develop WORKDIR /openrct2 RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.com/OpenRCT2/OpenRCT2 . \ && mkdir build \ -- cgit v1.2.3