FROM "alpine:latest" LABEL maintainer="Julien Cabillot " RUN apk add --no-cache unrar ENTRYPOINT [ "/bin/sh", "-c", "cd /data && /usr/bin/unrar" ]