mirror of
https://github.com/repo-runner/debian-docker.git
synced 2024-11-08 22:00:15 +00:00
Install git
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c42e2ad33e
commit
f54ec0246a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update && apt-get install -y make curl \
|
||||
&& apt-get update && apt-get install -y make curl git \
|
||||
&& 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue