File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM 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
1010RUN locale-gen en_US.UTF-8
1111ENV LANG en_US.UTF-8
You can’t perform that action at this time.
0 commit comments