Skip to content

Commit 289c09c

Browse files
authored
Update cutelyst-thread-apg-batch.dockerfile silent
1 parent 6658816 commit 289c09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/C++/cutelyst/cutelyst-thread-apg-batch.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04
22

3-
RUN apt-get update -qq && \
4-
apt-get install -yqq locales wget build-essential
3+
RUN apt-get update -qq > /dev/null && \
4+
apt-get install -yqq locales wget build-essential > /dev/null
55

66
RUN locale-gen en_US.UTF-8
77
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)