1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 22:03:03 +00:00

add a minimal build environment (#71)

* add a minimal build environment for systems where tools like make are not easily available
This commit is contained in:
Felix Bartels
2019-01-08 21:16:45 +01:00
committed by GitHub
parent f5ee74f58a
commit d2b6952f8f
3 changed files with 78 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
docker run \
--rm -it \
-u $(id -u ${USER}):$(id -g ${USER}) \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ${PWD}/..:/kopano-docker/ \
$(docker build -q .)