Skip to content

Commit

Permalink
BAH-3203 | Fix. Remove default files from cgi-bin directory (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Sep 5, 2023
1 parent a64443d commit bb1f5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ COPY resources/internalError.html /usr/local/apache2/htdocs/internalError.html
COPY resources/style.css /usr/local/apache2/htdocs/style.css
COPY resources/src.jpeg /usr/local/apache2/htdocs/src.jpeg
RUN mkdir /var/cache/mod_proxy
RUN rm -rf /usr/local/apache2/cgi-bin/test-cgi
RUN rm -rf /usr/local/apache2/cgi-bin/printenv*

RUN apk add --update openssl && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit bb1f5fe

Please sign in to comment.