mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-11 01:46:11 +00:00
build image also needs coreutils (#200)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
e94dfb7fff
commit
fff9f80b1c
@ -1,7 +1,7 @@
|
||||
FROM docker:18.09.6
|
||||
ENV COMPOSE_VERSION "1.19.0"
|
||||
ENV REG_VERSION "0.16.0"
|
||||
RUN apk add --no-cache bash curl expect make nano jq py-pip
|
||||
RUN apk add --no-cache bash curl coreutils expect make nano jq py-pip
|
||||
RUN pip install --no-cache-dir docker-compose==${COMPOSE_VERSION}
|
||||
# the 0.16.0 release of reg has a bug that breaks loading tags from the docker hub.
|
||||
# issue is fixed in master, but not in a release.
|
||||
|
Loading…
x
Reference in New Issue
Block a user