Add alpine base image

- Inspired by #408
- Possible solution for #543
This commit is contained in:
Matthias Döring
2016-09-02 17:11:36 +02:00
committed by Matthias Döring
parent e95d3e9fdf
commit ba55d1a0b6
2 changed files with 38 additions and 1 deletions
+7 -1
View File
@@ -9,6 +9,12 @@ update-dependencies:
docker pull appropriate/curl:latest
docker pull docker:1.10
test:
test-debian:
docker build -t jwilder/nginx-proxy:bats .
bats test
test-alpine:
docker build -f Dockerfile.alpine -t jwilder/nginx-proxy:bats .
bats test
test: test-debian test-alpine