Skip to content
Snippets Groups Projects
Verified Commit fa3348ed authored by nd's avatar nd
Browse files

add debugging

parent 829ec805
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \ apt-get -qq dist-upgrade && \
apt-get -qq install python3 python3-jinja2 && \ apt-get -y install python3 python3-jinja2 libexpat1 && \
apt-get -qq clean apt-get -qq clean
COPY directory-listing/create-index.py /usr/local/bin/create-directory-html-index COPY directory-listing/create-index.py /usr/local/bin/create-directory-html-index
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment