This commit is contained in:
aozhiwei 2024-05-01 13:40:27 +08:00
parent 0dab9e4300
commit 9b188e7587

View File

@ -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