diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2019-03-27 13:29:04 +0100 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2019-03-27 15:39:54 +0100 | 
| commit | eab6daa2a0462a5286a2a5fd6e17d17e3c49fa70 (patch) | |
| tree | 050e0ef2d10f12150d8dbe28fdc9bf90417ee4c9 /.dockerignore | |
| parent | eb3400c12bb8474baa35eb29b77b5c84c4113132 (diff) | |
docker/alpine: Update buildscript to keep the docker image around
Don't delete the Alpine docker image after the build.
Also, extract the packages from the build stage, so that we can
remove them from the final image.
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index f2fc34583d..d613e18dfc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,3 +5,4 @@  **/*.lo  **/*.so  **/.libs +docker/alpine/pkgs  | 
