Improve docker-squash: keep the phusion base image.

This commit is contained in:
Shuai Lin 2016-11-27 22:27:09 +08:00
parent f882ffac13
commit 1bce6b8ca4

View file

@ -13,7 +13,7 @@ base:
cd base && docker build -t $(base_image) .
squash-base:
docker-squash --tag $(base_image_squashed) $(base_image)
docker-squash --tag $(base_image_squashed) $(base_image) --from-layer phusion/baseimage:0.9.19
docker tag $(base_image_squashed) $(base_image)
server: