Create Dockerfile

This commit is contained in:
Anthony Wang 2020-07-30 09:58:48 -05:00 committed by GitHub
parent 705ef0160c
commit 115294bdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM archlinux
RUN pacman -Sy --noconfirm
RUN pacman -S nano g++ gdb --noconfirm
RUN echo $'nano main.cpp\ng++ main.cpp -o main -O3 -std=c++17' > ~root/.bashrc