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
Raw Permalink Normal View History

2019-05-25 17:20:40 +02:00
FROM alpine
RUN apk add --no-cache unrar
ENTRYPOINT ["unrar"]