diff --git a/dlt-connector/Dockerfile b/dlt-connector/Dockerfile index 9d75e3480..6e5e628f7 100644 --- a/dlt-connector/Dockerfile +++ b/dlt-connector/Dockerfile @@ -67,7 +67,7 @@ FROM base as build COPY ./dlt-connector/ ./ # yarn install dlt-connector -RUN yarn cache clean && yarn install --production=false --frozen-lockfile --non-interactive +RUN yarn install --production=false --frozen-lockfile --non-interactive # yarn build RUN yarn run build