mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Update Dockerfile
- Reverted to single-stage build - Removed dependency on deprecated Ubuntu 16.04 (per #371)
This commit is contained in:
+2
-8
@@ -1,13 +1,7 @@
|
|||||||
## Buildstage ##
|
|
||||||
FROM lsiobase/ubuntu:xenial as buildstage
|
|
||||||
|
|
||||||
# Stage local files
|
|
||||||
COPY root/ /root-layer/
|
|
||||||
|
|
||||||
## Single layer deployed image ##
|
## Single layer deployed image ##
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
LABEL maintainer="TheCaptain989"
|
LABEL maintainer="TheCaptain989"
|
||||||
|
|
||||||
# Copy files from buildstage
|
# Copy local files
|
||||||
COPY --from=buildstage /root-layer/ /
|
COPY root/ /
|
||||||
|
|||||||
Reference in New Issue
Block a user