We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a036228 commit cfbf076Copy full SHA for cfbf076
Dockerfile
@@ -4,7 +4,7 @@ USER root
4
5
RUN apt-get update \
6
&& apt-get -y install curl git \
7
- && apt-get -y install jq \
+ && apt-get -y install jq \
8
&& apt-get -y install zip unzip \
9
&& apt-get -y install build-essential \
10
&& apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
0 commit comments