Install dependencies during build
This commit is contained in:
parent
25da189c7b
commit
6aa1f79d17
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM debian:latest AS builder
|
||||
|
||||
RUN cat /etc/issue
|
||||
|
||||
RUN \
|
||||
apt-get --yes update &&\
|
||||
apt-get --yes install ca-certificates &&\
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
|
Loading…
Reference in a new issue