chore: fix web Dockerfile ARG syntax

(cherry picked from commit 67396f2009)
This commit is contained in:
iTrooz
2025-12-14 15:00:51 +01:00
committed by WerWolv
parent 230568f681
commit fdc1434cc6

2
dist/web/Dockerfile vendored
View File

@@ -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