Stage some builds in separate container to reduce overall image size.

This commit is contained in:
zontreck 2024-09-04 21:24:12 -07:00
parent 23a2386cb8
commit d794774cc9
4 changed files with 27 additions and 17 deletions

View file

@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:bookworm
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
@ -11,4 +11,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update; apt-get upgrade -y
RUN apt-get install -y rsync zip unzip file
RUN apt-get install -y rsync zip unzip file git