From fea3985e2419a116df91cdfee3739c2c1069af9f Mon Sep 17 00:00:00 2001 From: Six <23470032+6ixfalls@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:41:23 -0800 Subject: [PATCH] add bash --- apps/client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/Dockerfile b/apps/client/Dockerfile index e0d7cdc2..0b3a67a1 100644 --- a/apps/client/Dockerfile +++ b/apps/client/Dockerfile @@ -17,7 +17,7 @@ COPY ./apps/client/env.sh /env.sh RUN chmod +x /env.sh # Used for container health checks and env handling -RUN apk add --no-cache curl gawk +RUN apk add --no-cache curl gawk bash WORKDIR /app USER node COPY --from=builder --chown=node:node /app .