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 69762fb commit 8df2e24Copy full SHA for 8df2e24
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.17.7-buster
2
3
# hadolint ignore=DL3027
4
RUN apt-get update \
5
- && apt install apt-transport-https build-essential curl gnupg2 lintian rpm rsync rubygems-integration ruby-dev ruby software-properties-common sudo -qy \
+ && apt install apt-transport-https build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby software-properties-common sudo -qy \
6
&& apt-get clean \
7
&& rm -rf /var/lib/apt/lists/*
8
0 commit comments