Skip to content

Commit fccb600

Browse files
authored
Update paozhu.dockerfile silent
1 parent 3b5841f commit fccb600

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frameworks/C++/paozhu/paozhu.dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ubuntu:22.04
2-
RUN apt-get update -yqq && apt-get install -yqq apt-utils software-properties-common wget unzip cmake git
3-
RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential locales
2+
RUN apt-get update -yqq > /dev/null && apt-get install -yqq apt-utils software-properties-common wget unzip cmake git > /dev/null
3+
RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential locales > /dev/null
44

5-
RUN apt-get -y install brotli libbrotli-dev
6-
RUN apt-get -y install libreadline-dev
7-
RUN apt-get -y install mysql-client
8-
RUN apt-get -y install libmysqlclient-dev
5+
RUN apt-get -y install brotli libbrotli-dev > /dev/null
6+
RUN apt-get -y install libreadline-dev > /dev/null
7+
RUN apt-get -y install mysql-client > /dev/null
8+
RUN apt-get -y install libmysqlclient-dev > /dev/null
99

1010
RUN locale-gen en_US.UTF-8
1111
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)