Skip to content

Commit b24f758

Browse files
committed
remove duplicate commands from dockerfile
Issue: CLDSRV-618
1 parent 27efae5 commit b24f758

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ RUN yarn install --production --ignore-optional --frozen-lockfile --ignore-engin
3232
################################################################################
3333
FROM node:${NODE_VERSION}
3434

35-
RUN apt-get update && \
36-
apt-get install -y --no-install-recommends \
37-
jq \
38-
&& rm -rf /var/lib/apt/lists/*
39-
4035
ENV NO_PROXY=localhost,127.0.0.1
4136
ENV no_proxy=localhost,127.0.0.1
4237

0 commit comments

Comments
 (0)