We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27efae5 commit b24f758Copy full SHA for b24f758
Dockerfile
@@ -32,11 +32,6 @@ RUN yarn install --production --ignore-optional --frozen-lockfile --ignore-engin
32
################################################################################
33
FROM node:${NODE_VERSION}
34
35
-RUN apt-get update && \
36
- apt-get install -y --no-install-recommends \
37
- jq \
38
- && rm -rf /var/lib/apt/lists/*
39
-
40
ENV NO_PROXY=localhost,127.0.0.1
41
ENV no_proxy=localhost,127.0.0.1
42
0 commit comments