We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae89a2f commit 4bcae93Copy full SHA for 4bcae93
1 file changed
builder/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F9
21
RUN apt-get update && apt-get install -yq \
22
openssh-server git \
23
aufs-tools iptables lxc \
24
- lxc-docker-1.3.0
+ lxc-docker-1.3.2
25
26
# install jq for parsing json
27
RUN curl http://stedolan.github.io/jq/download/linux64/jq > /usr/bin/jq && chmod 755 /usr/bin/jq
0 commit comments