Skip to content

Commit 1915beb

Browse files
author
Kerkesni
committed
remove duplicate commands from dockerfile
Issue: CLDSRV-618
1 parent f31bbfc commit 1915beb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
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)