diff --git a/packages/proxy-container/Dockerfile b/packages/proxy-container/Dockerfile index 92797f418..419d00c49 100644 --- a/packages/proxy-container/Dockerfile +++ b/packages/proxy-container/Dockerfile @@ -7,7 +7,9 @@ WORKDIR /usr/proxy COPY manifests . -RUN yarn install --immutable +RUN npm install --global is-ci husky + +RUN yarn install --immutable --inline-builds RUN rm -rf .yarn/cache FROM node:18-alpine AS runner