Replaced install_dependencie with Makefile, updated readme

This commit is contained in:
Amir Malka
2022-07-18 13:42:58 +03:00
parent 30f454de08
commit 895f330e14
7 changed files with 84 additions and 29 deletions

View File

@@ -19,11 +19,9 @@ RUN pip3 install --no-cache --upgrade pip setuptools
WORKDIR /work
ADD . .
# install git2go
# install libgit2
WORKDIR /work
RUN git submodule update --init --recursive
WORKDIR /work/git2go
RUN make install-static
RUN rm -rf git2go && make libgit2
# build kubescape server
WORKDIR /work/httphandler