Skip to content

Commit bc4334f

Browse files
authored
Merge pull request #387 from sepp0/master-custom
Improved the Dockerfile
2 parents c18d21d + 9ae6f70 commit bc4334f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Dockerfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
FROM debian:10
1+
FROM debian:latest
22
LABEL MAINTAINER="https://github.com/htr-tech/zphisher"
33

44
WORKDIR zphisher/
55
ADD . /zphisher
66

7-
RUN apt-get update
8-
RUN apt-get install -y curl
9-
RUN apt-get install --no-install-recommends -y php
10-
RUN apt-get install -y unzip
11-
RUN apt-get clean
12-
RUN apt-get install -y wget
13-
14-
CMD ["./zphisher.sh"]
7+
RUN apt update && apt full-upgrade -y && apt install -y curl unzip wget && apt install --no-install-recommends -y php && apt clean
8+
CMD ["./zphisher.sh"]

0 commit comments

Comments
 (0)