mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Make apt noninteractive
This commit is contained in:
parent
84e7f7414c
commit
98804ce9b3
1 changed files with 3 additions and 2 deletions
|
|
@ -8,8 +8,9 @@ WORKDIR /opt/certbot/src
|
|||
|
||||
COPY . .
|
||||
RUN apt-get update && \
|
||||
apt-get install apache2 git python3-dev python3-venv gcc libaugeas0 \
|
||||
libssl-dev libffi-dev ca-certificates openssl nginx-light -y && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install apache2 git python3-dev \
|
||||
python3-venv gcc libaugeas0 libssl-dev libffi-dev ca-certificates \
|
||||
openssl nginx-light -y && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* \
|
||||
/tmp/* \
|
||||
|
|
|
|||
Loading…
Reference in a new issue