This repository has been archived on 2019-05-25. You can view files and clone it, but cannot push or open issues/pull-requests.
unrar/Dockerfile

6 lines
64 B
Docker

FROM alpine
RUN apk add --no-cache unrar
ENTRYPOINT ["unrar"]