Initial commit

This commit is contained in:
cpp 2020-12-26 16:50:29 +01:00
commit f65cede700
12 changed files with 61018 additions and 0 deletions

12
Dockerfile Normal file
View file

@ -0,0 +1,12 @@
FROM debian:stable
MAINTAINER Linuro <cpp@zom.bi>
RUN apt-get update && apt-get install build-essential gcc libjson-c-dev libcurl4-openssl-dev
ADD . /code
WORKDIR /code
RUN ./build.sh
CMD [cWikiBot]