mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Merge pull request #884 from linuxserver/swag-geoip2influx-scratch
swag-geoip2influx: Use scratch
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
|
FROM scratch as buildstage
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/gilbN/geoip2influx/master/geoip2influx.py /root-layer/geoip2influx/geoip2influx.py
|
ADD https://raw.githubusercontent.com/gilbN/geoip2influx/master/geoip2influx.py /root-layer/geoip2influx/geoip2influx.py
|
||||||
COPY root/ /root-layer/
|
COPY root/ /root-layer/
|
||||||
@@ -11,4 +11,4 @@ FROM scratch
|
|||||||
LABEL maintainer="GilbN"
|
LABEL maintainer="GilbN"
|
||||||
|
|
||||||
# Add files from buildstage
|
# Add files from buildstage
|
||||||
COPY --from=buildstage /root-layer/ /
|
COPY --from=buildstage /root-layer/ /
|
||||||
|
|||||||
Reference in New Issue
Block a user