Initial commit

This commit is contained in:
2022-11-22 16:36:10 +01:00
commit e22332069a
2 changed files with 25 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM gcc:12
RUN apt-get update \
&& apt-get -y --no-install-recommends install nlohmann-json3-dev libcurl4-openssl-dev libminizip-dev doctest-dev gcovr \
&& rm -rf /var/lib/apt/lists/*
RUN wget -q 'https://raw.githubusercontent.com/marzer/tomlplusplus/v3.2.0/toml.hpp' -O /usr/local/include/toml.hpp