Update Dockerfile
parent
7790c5e3c7
commit
0fda3a40f1
|
@ -1,7 +1,5 @@
|
|||
FROM archlinux
|
||||
|
||||
RUN pacman -Sy --noconfirm
|
||||
|
||||
RUN pacman -S nano gcc gdb --noconfirm
|
||||
RUN pacman -Syu --noconfirm && pacman -S nano gcc gdb --noconfirm && pacman -Scc --noconfirm
|
||||
|
||||
RUN echo $'nano main.cpp\ng++ main.cpp -o main -g -std=c++17\ngdb main\n' > ~root/.bashrc
|
||||
|
|
Reference in New Issue