From d21ef276da05107e9020aac000c1b3bebda12e7c Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:09:58 -0400 Subject: [PATCH] Use scratch Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ /