1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
This commit is contained in:
kev 2015-07-08 21:21:05 +08:00
parent 2d7086f0ca
commit 6d6fe8e955

@ -7,7 +7,7 @@ MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \
&& apt-get install -y curl \
&& curl -sSL https://bootstrap.saltstack.com | bash -s -- -M -N -X \
&& curl -sSL https://bootstrap.saltstack.com | bash -s -- -M -N -S -X \
&& apt-get install -y salt-ssh \
&& rm -rf /var/lib/apt/lists/*