From 67396f20098a7739a7dc9159b15ee2565e462d3a Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sun, 14 Dec 2025 15:00:51 +0100 Subject: [PATCH] chore: fix web Dockerfile ARG syntax --- dist/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 522f72427..a09820768 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -2,7 +2,7 @@ FROM emscripten/emsdk:4.0.21 AS build # Used to invalidate layer cache but not mount cache # See https://github.com/moby/moby/issues/41715#issuecomment-733976493 -ARG UNIQUEKEY 1 +ARG UNIQUEKEY=1 RUN apt update RUN apt install -y git ccache autoconf automake libtool pkg-config ninja-build