Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGlinkin authored Apr 25, 2023
1 parent 56bbd53 commit 8184bba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM kalilinux/kali-rolling
RUN apt update -y && apt -y install curl
FROM alpine:latest

RUN apk update && apk add --no-cache bash curl
COPY . .
RUN chmod 755 ./FGDS.sh
ENTRYPOINT ["./FGDS.sh"]
ENTRYPOINT ["./FGDS.sh"]

0 comments on commit 8184bba

Please sign in to comment.