This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-10-05 16:18:58 -04:00
|
|
|
FROM "alpine:latest"
|
|
|
|
|
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
|
|
|
|
|
|
|
|
|
RUN apk add --no-cache unrar
|
|
|
|
|
|
|
|
|
|
CMD [ "/usr/bin/unrar" ]
|