This repository has been archived on 2019-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
unrar/Dockerfile
Simon Bruder 7f2293c98f
All checks were successful
continuous-integration/drone/push Build is passing
init
2019-05-25 15:27:11 +00:00

6 lines
64 B
Docker

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