diff --git a/Dockerfile b/Dockerfile index 5b67d35..e5bd925 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # 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 COPY root/ /root-layer/ @@ -11,4 +11,4 @@ FROM scratch LABEL maintainer="GilbN" # Add files from buildstage -COPY --from=buildstage /root-layer/ / \ No newline at end of file +COPY --from=buildstage /root-layer/ /