]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use vim-tiny to reduce image size 10165/head
authorRytis Sileika <rts.pub@pulegium.eu>
Thu, 11 Mar 2021 19:50:53 +0000 (19:50 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 19:50:53 +0000 (19:50 +0000)
Dockerfile-auth

index 0429802f01bfd1749095b8bb87455bbfa003a5f5..2cb17cca3dc9dc01d0abf6c69d46d50729c8c4fb 100644 (file)
@@ -73,7 +73,7 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get clean
 
 # Ensure python3 and jinja2 is present (for startup script), and sqlite3 (for db schema), and tini (for signal management),
 #   and vim (for pdnsutil edit-zone) 
-RUN apt-get install -y python3 python3-jinja2 sqlite3 tini libcap2-bin vim && apt-get clean
+RUN apt-get install -y python3 python3-jinja2 sqlite3 tini libcap2-bin vim-tiny && apt-get clean
 
 # Output from builder
 COPY --from=builder /build /