mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-17 16:35:47 -04:00
Intial release
This commit is contained in:
+11
-2
@@ -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 / /
|
||||
|
||||
Reference in New Issue
Block a user