Browse code

Merge pull request #18368 from brahmaroutu/gccgo_fix

fix the Dockerfile.gccgo for new dependency

Jess Frazelle authored on 2015/12/03 03:03:29
Showing 1 changed files
... ...
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
17 17
 	curl \
18 18
 	git \
19 19
 	iptables \
20
+	jq \
20 21
 	net-tools \
21 22
 	libapparmor-dev \
22 23
 	libcap-dev \