Install curl prior using

This commit is contained in:
Knut Ahlers 2016-12-19 15:11:23 +01:00
parent 4668cfa7c0
commit a1baec3d8e
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -3,7 +3,7 @@ FROM debian
ADD https://github.com/Luzifer/repo-runner/releases/download/v0.9.0/inner-runner_linux_amd64 /usr/local/bin/inner-runner ADD https://github.com/Luzifer/repo-runner/releases/download/v0.9.0/inner-runner_linux_amd64 /usr/local/bin/inner-runner
RUN set -ex \ RUN set -ex \
&& apt-get update && apt-get install -y make \ && apt-get update && apt-get install -y make curl \
&& curl -sSL https://get.docker.com/builds/Linux/x86_64/docker-1.12.4.tgz | tar -xz -C /usr/local/bin --strip-components=1 && curl -sSL https://get.docker.com/builds/Linux/x86_64/docker-1.12.4.tgz | tar -xz -C /usr/local/bin --strip-components=1
ENTRYPOINT ["/usr/local/bin/inner-runner"] ENTRYPOINT ["/usr/local/bin/inner-runner"]