Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafahussein committed Oct 2, 2018
1 parent 850317e commit 1bbe152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Mostafa Hussein <[email protected]>"
COPY . /home/joomscan
WORKDIR /home/joomscan
RUN adduser joomscan --disabled-password --disabled-login --gecos "" --no-create-home --home /home/joomscan && chown joomscan:joomscan /home/joomscan -R
RUN apt-get update && apt-get install -y gcc=4:6.3.0-4 && rm /var/lib/apt/lists/* -R && cpanm Bundle::LWP
RUN apt-get update && apt-get install -y --no-install-recommends gcc=4:6.3.0-4 && rm /var/lib/apt/lists/* -R
USER joomscan
ENTRYPOINT ["perl", "joomscan.pl"]
CMD ["-h"]

0 comments on commit 1bbe152

Please sign in to comment.