Separate massive linux builder image to two smaller images
This commit is contained in:
parent
bd3e41a587
commit
0f680826e8
5 changed files with 57 additions and 39 deletions
14
DebianBase/Dockerfile
Normal file
14
DebianBase/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM debian:latest
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
ENV HOME /root
|
||||
ENV DOCKER 1
|
||||
USER root
|
||||
WORKDIR /
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
RUN apt update; apt-get upgrade -y
|
||||
RUN apt-get install -y rsync zip
|
Loading…
Add table
Add a link
Reference in a new issue