fix: update dockerfile

This commit is contained in:
Lucas Smith
2026-03-06 15:10:06 +11:00
parent d05d051053
commit 1b171f7d1b
-2
View File
@@ -24,8 +24,6 @@ RUN apk add --no-cache make cmake g++ openssl bash
WORKDIR /app
RUN pnpm install --frozen-lockfile
###########################
# BUILDER CONTAINER #
###########################