quant61

Results 3 comments of quant61

I finally implemented working Dockerfile. I'm not sure if it's implemented in a best way, but test file with `#include ` compiled ``` FROM teeks99/boost-cpp-docker:clang-14 RUN apt update RUN apt...

Finally, I come to this version: ```Dockerfile FROM madduci/docker-linux-cpp RUN apt update RUN apt upgrade -y RUN apt install -y cmake curl git RUN cd / && curl -L https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz...

I tried to google how to find an app which creates but doesn't delete files from `/dev/shm` and I finally found it was steam. After each opening and closing steam...