Browse Source

fix: update Dockerfile to include gzip in build dependencies

Yuki Takei 6 days ago
parent
commit
681aa9d7fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/docker/Dockerfile

+ 1 - 1
apps/app/docker/Dockerfile

@@ -17,7 +17,7 @@ WORKDIR $OPT_DIR
 # Install build dependencies
 RUN --mount=type=cache,target=/var/lib/apt,sharing=locked \
     --mount=type=cache,target=/var/cache/apt,sharing=locked \
-  apt-get update && apt-get install -y --no-install-recommends ca-certificates wget
+  apt-get update && apt-get install -y --no-install-recommends ca-certificates gzip wget
 
 # Install pnpm (standalone script, no version hardcoding)
 RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL=/bin/sh sh -