mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Improve docker-squash: keep the phusion base image.
This commit is contained in:
parent
f882ffac13
commit
1bce6b8ca4
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue