diff --git a/docker/Dockerfile b/docker/Dockerfile index 748311e89..47d74d461 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,8 +24,6 @@ RUN apk add --no-cache make cmake g++ openssl bash WORKDIR /app -RUN pnpm install --frozen-lockfile - ########################### # BUILDER CONTAINER # ###########################