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