mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
Replaced install_dependencie with Makefile, updated readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user