From 9b188e75874c64f07f5d1e038b0f2b3934f407c4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 1 May 2024 13:40:27 +0800 Subject: [PATCH] 1 --- docker/ubuntu24.04/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/ubuntu24.04/Dockerfile b/docker/ubuntu24.04/Dockerfile index eb005c5..937db96 100644 --- a/docker/ubuntu24.04/Dockerfile +++ b/docker/ubuntu24.04/Dockerfile @@ -2,5 +2,7 @@ FROM ubuntu:24.04 RUN apt update -RUN apt install -y emacs gcc g++ gdb cmake python git +RUN apt install -y emacs gcc g++ gdb cmake python git libglm-dev libboost-stacktrace-dev libmysqlclient-dev libjsoncpp-dev #docker run -d -e SERVER_ENV=DEV -it -v /root/docker_root:/root --add-host='mysql-host:172.17.0.1' --add-host='redis-host:172.17.0.1' cpp-dev /bin/bash +#g++ -c -fmodules-ts -x c++-system-header -std=c++20 iostream string vector set map +#ln -s /usr/bin/python3 /usr/bin/python