mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 02:13:07 -04:00
pull script rather than git clone
This commit is contained in:
+2
-8
@@ -1,12 +1,6 @@
|
|||||||
FROM lsiobase/nginx:3.12 as buildstage
|
FROM lsiobase/alpine:3.12 as buildstage
|
||||||
|
|
||||||
RUN \
|
|
||||||
apk add --no-cache \
|
|
||||||
git && \
|
|
||||||
mkdir -p /root-layer/geoip2influx && \
|
|
||||||
git clone https://github.com/gilbN/geoip2influx.git /root-layer/geoip2influx
|
|
||||||
|
|
||||||
|
|
||||||
|
ADD https://raw.githubusercontent.com/gilbN/geoip2influx/master/geoip2influx.py /root-layer/geoip2influx/geoip2influx.py
|
||||||
COPY root/ /root-layer/
|
COPY root/ /root-layer/
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
|
|||||||
Reference in New Issue
Block a user