mirror of
https://github.com/repo-runner/debian-docker.git
synced 2024-11-09 14:20:01 +00:00
Fix permissions, update docker
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a1baec3d8e
commit
c42e2ad33e
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ ADD https://github.com/Luzifer/repo-runner/releases/download/v0.9.0/inner-runner
|
|||
|
||||
RUN set -ex \
|
||||
&& 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-17.04.0-ce.tgz | tar -xz -C /usr/local/bin --strip-components=1 \
|
||||
&& chmod +x /usr/local/bin/inner-runner
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/inner-runner"]
|
||||
|
|
Loading…
Reference in a new issue