diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 3b2aa9103..ef8849f61 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -7,10 +7,15 @@ ARG UNIQUEKEY 1 RUN apt update RUN apt install -y git ccache autoconf automake libtool cmake pkg-config +RUN <