diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:16:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:16:29 +0100 |
commit | 7fc6e179804974670c2316e50e31f58336c478a5 (patch) | |
tree | 17dd1731987508cb99b496b40c2f3ea06ce5c06d | |
parent | update the CloudLinux link (diff) | |
download | cv-7fc6e179804974670c2316e50e31f58336c478a5.tar.gz cv-7fc6e179804974670c2316e50e31f58336c478a5.zip |
use --quiet flags for installations
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM alpine:3.17 -RUN apk add --no-cache \ +RUN apk add -q --no-cache \ bash \ make \ texlive \ |