Split Dockerfile to runtime and devel version, and also reduce the image size for runtime version

This commit is contained in:
Gemfield
2020-01-14 19:36:36 +08:00
parent a573d7302b
commit 5ee913a3bf
5 changed files with 176 additions and 2 deletions

3
build_docker_images.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build -t gemfield/zlmediakit:20.01-runtime-ubuntu18.04 -f docker/ubuntu18.04/Dockerfile.runtime .
#docker build -t gemfield/zlmediakit:20.01-devel-ubuntu18.04 -f docker/ubuntu18.04/Dockerfile.devel .