mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -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 ##
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="TheCaptain989"
|
||||
|
||||
# Copy files from buildstage
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
# Copy local files
|
||||
COPY root/ /
|
||||
|
||||
Reference in New Issue
Block a user