1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +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
+4
View File
@@ -0,0 +1,4 @@
FROM docker:18.09.0
RUN apk add bash curl expect make nano jq
WORKDIR /kopano-docker
CMD ["bash"]