mirror of
https://github.com/repo-runner/debian-docker.git
synced 2024-11-08 13:50:05 +00:00
Initial version
This commit is contained in:
commit
4668cfa7c0
2 changed files with 12 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
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 -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"]
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# repo-runner / debian-docker
|
||||
|
||||
This docker image contains a basic debian image with `make` and `docker` installed.
|
Loading…
Reference in a new issue