FROM alpine RUN apk add --no-cache murmur COPY murmur.ini /etc/ ENTRYPOINT ["murmurd", "-ini", "/etc/murmur.ini", "-fg"]