FROM alpine:edge RUN apk update && \ apk upgrade && \ apk add ca-certificates mailcap && \ rm -rf /var/cache/apk/* LABEL maintainer="ownCloud GmbH " \ org.label-schema.name="Reva Phoenix" \ org.label-schema.vendor="ownCloud GmbH" \ org.label-schema.schema-version="1.0" ENTRYPOINT ["/usr/bin/ocis-phoenix"] CMD ["server"] COPY bin/ocis-phoenix /usr/bin/ocis-phoenix