Stage some builds in separate container to reduce overall image size.
This commit is contained in:
parent
23a2386cb8
commit
d794774cc9
4 changed files with 27 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue