We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13f8c commit 51d8183Copy full SHA for 51d8183
Dockerfile
@@ -13,7 +13,7 @@ WORKDIR /app
13
RUN \
14
apt-get update \
15
&& apt-get dist-upgrade -y --no-install-recommends \
16
- && apt-get install -y --no-install-recommends git openssh-client curl \
+ && apt-get install -y --no-install-recommends git openssh-client curl jq \
17
&& apt-get clean \
18
&& rm -rf /var/lib/apt/lists/*
19
0 commit comments