mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 22:32:52 +00:00
build fixes and readme improvements (#85)
* add compose to the build image * update readme * fine tuning for build container * directly pass commands to run script in build env * fix dockerfile so that everything can be build on Docker version 17.05.0-ce, build 9f07f0e-synology
This commit is contained in:
+4
-2
@@ -1,4 +1,6 @@
|
||||
FROM docker:18.09.0
|
||||
RUN apk add bash curl expect make nano jq
|
||||
FROM docker:18.09.1
|
||||
ENV COMPOSE_VERSION "1.23.2"
|
||||
RUN apk add bash curl expect make nano jq py-pip
|
||||
RUN pip install --no-cache-dir docker-compose==${COMPOSE_VERSION}
|
||||
WORKDIR /kopano-docker
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user