Skip to content

Commit

Permalink
Merge pull request #884 from linuxserver/swag-geoip2influx-scratch
Browse files Browse the repository at this point in the history
swag-geoip2influx: Use scratch
  • Loading branch information
aptalca authored Apr 19, 2024
2 parents 13f9fe8 + d21ef27 commit 6a87a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -11,4 +11,4 @@ FROM scratch
LABEL maintainer="GilbN"

# Add files from buildstage
COPY --from=buildstage /root-layer/ /
COPY --from=buildstage /root-layer/ /

0 comments on commit 6a87a2c

Please sign in to comment.