We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feed592 commit 375ce98Copy full SHA for 375ce98
frameworks/C++/paozhu/paozhu.dockerfile
@@ -1,11 +1,12 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.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
4
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
9
+RUN apt-get -y install pstree
10
11
RUN locale-gen en_US.UTF-8
12
ENV LANG en_US.UTF-8
0 commit comments