FROM "alpine:latest"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"

RUN apk add --no-cache unrar

CMD [ "/usr/bin/unrar" ]
