init wip commit of treebird docker build

This commit is contained in:
ICScaryThings 2022-05-20 22:22:47 -04:00
commit 44f855b6ab

10
Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM nginx
#COPY index.html /usr/share/nginx/html
RUN apt update && apt upgrade
RUN apt install build-essential libcurl4-gnutls-dev libcjson-dev libpcre3-dev libfcgi-dev git
ENV TB_BUILD_DIR=/usr/local/src/treebird
RUN git clone https://git.nekobit.net/repos/treebird.git $TB_BUILD_DIR && make -C $TB_BUILD_DIR all install