aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:16:29 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:16:29 +0100
commit7fc6e179804974670c2316e50e31f58336c478a5 (patch)
tree17dd1731987508cb99b496b40c2f3ea06ce5c06d
parentupdate the CloudLinux link (diff)
downloadcv-7fc6e179804974670c2316e50e31f58336c478a5.tar.gz
cv-7fc6e179804974670c2316e50e31f58336c478a5.zip
use --quiet flags for installations
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index aff568b..dd1d0be 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.17
-RUN apk add --no-cache \
+RUN apk add -q --no-cache \
bash \
make \
texlive \