Skip to content

Commit 375ce98

Browse files
committed
update [Paozhu]
1 parent feed592 commit 375ce98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frameworks/C++/paozhu/paozhu.dockerfile

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

55
RUN apt-get -y install brotli libbrotli-dev
66
RUN apt-get -y install libreadline-dev
77
RUN apt-get -y install mysql-client
88
RUN apt-get -y install libmysqlclient-dev
9+
RUN apt-get -y install pstree
910

1011
RUN locale-gen en_US.UTF-8
1112
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)