alpine-s6/.builds/docker.yml

10 lines
173 B
YAML
Raw Normal View History

2018-11-25 13:19:18 +00:00
image: alpine/edge
packages:
- docker
sources:
- https://git.sr.ht/~shu/docker_alpine_s6
tasks:
- build: |
cd docker_alpine_s6
docker build -t alpine-s6 .