Create repository

This commit is contained in:
Loic Guegan 2022-02-23 18:11:55 +01:00
commit ce941c146a
127 changed files with 16162 additions and 0 deletions

4
tools/docker/debian Normal file
View file

@ -0,0 +1,4 @@
FROM debian:stable
RUN apt-get -qq update
RUN apt-get -qq install -y cmake libboost-all-dev build-essential libwxgtk3.0-dev