This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Quickpp/Dockerfile
2020-07-30 09:58:48 -05:00

8 lines
163 B
Docker

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