FROM docker.io/alpine:latest COPY ./zmp24 /usr/bin/zmp24 COPY ./run.sh /run.sh RUN apk update && apk add gcompat && mkdir /data CMD [ "/run.sh" ]