Update Dockerfile

This commit is contained in:
Anthony Wang 2020-07-30 10:11:24 -05:00 committed by GitHub
parent df3bd33e3a
commit 90d1440e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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