Initial commit

This commit is contained in:
Thijn Geurts
2021-07-16 09:19:35 +02:00
commit 169f2bb88c
4 changed files with 15 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM debian:latest
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev libssl-dev libcurl4-openssl-dev libmariadb-dev libpq-dev
RUN apt-get -y install jq git