unrar
60
If you need unrar in your docker image this is what you need.
At the beginning of dockerfile put:
FROM mojrapid/unrar:arm32v7-6.2.10 as unrar
At the end of dockerfile put:
For Alpine based images:
COPY --from=unrar /usr/bin/unrar-alpine /usr/bin/unrar
For Ubuntu based images
COPY --from=unrar /usr/bin/unrar-ubuntu /usr/bin/unrar
Content type
Image
Digest
sha256:48d1264b2…
Size
738.8 kB
Last updated
over 2 years ago
docker pull mojrapid/unrar:arm32v7-6.2.10