mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
New Updates over files
This commit is contained in:
parent
f16308d2d3
commit
6edca401f5
|
@ -1,3 +1,9 @@
|
||||||
|
FROM python:3.7 as builder
|
||||||
|
|
||||||
|
WORKDIR /home/
|
||||||
|
|
||||||
|
RUN git clone https://github.com/DarkSecDevelopers/HiddenEye
|
||||||
|
|
||||||
FROM debian:10
|
FROM debian:10
|
||||||
LABEL maintaner="Equinockx moisestapia741@gmail.com"
|
LABEL maintaner="Equinockx moisestapia741@gmail.com"
|
||||||
|
|
||||||
|
@ -5,8 +11,7 @@ WORKDIR /home/
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends git && \
|
RUN apt-get install --no-install-recommends -y python3.7 && \
|
||||||
apt-get install --no-install-recommends -y python3.7 && \
|
|
||||||
apt-get install -y python3-pip && \
|
apt-get install -y python3-pip && \
|
||||||
apt-get install --no-install-recommends -y php
|
apt-get install --no-install-recommends -y php
|
||||||
|
|
||||||
|
@ -14,8 +19,8 @@ RUN apt-get update && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN git clone https://github.com/DarkSecDevelopers/HiddenEye
|
|
||||||
|
|
||||||
WORKDIR /home/HiddenEye/
|
WORKDIR /home/HiddenEye/
|
||||||
|
|
||||||
|
COPY --from=builder /home/HiddenEye/ .
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
|
@ -14,7 +14,7 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/WebPages:/home/HiddenEye/WebPages
|
- $PWD/../WebPages:/home/HiddenEye/WebPages
|
||||||
networks:
|
networks:
|
||||||
- internet
|
- internet
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user