RED-6686 jq removed

This commit is contained in:
Timo Bejan 2023-06-27 02:02:21 +03:00
parent c19e778365
commit 5cf394aa61

View File

@ -10,7 +10,6 @@ RUN jq '{ dependencies, devDependencies, peerDependencies, scripts: (.scripts |
# We label our stage as builder
FROM node:18.12-buster as builder
RUN apt-get update && apt-get install -y jq
COPY --from=prep /tmp/deps.json ./package.json
COPY yarn.lock ./