1
This commit is contained in:
parent
0dab9e4300
commit
9b188e7587
@ -2,5 +2,7 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
RUN apt update
|
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
|
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user