Intial release

This commit is contained in:
TheSpad
2024-03-08 11:42:39 +00:00
parent a64a5dab7f
commit 802a6f9ae0
23 changed files with 47 additions and 109 deletions
+11 -2
View File
@@ -1,8 +1,17 @@
# syntax=docker/dockerfile:1
FROM scratch
FROM ghcr.io/linuxserver/unrar:version-6.2.12 as unrar
LABEL maintainer="username"
FROM scratch as buildstage
# copy local files
COPY root/ /
COPY --from=unrar /usr/bin/unrar-alpine /unrar6/unrar-alpine
COPY --from=unrar /usr/bin/unrar-ubuntu /unrar6/unrar-ubuntu
FROM scratch
LABEL maintainer="thespad"
COPY --from=buildstage / /