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:
@@ -0,0 +1,4 @@
|
||||
FROM docker:18.09.0
|
||||
RUN apk add bash curl expect make nano jq
|
||||
WORKDIR /kopano-docker
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user