Skip to content
Snippets Groups Projects
Commit f96f4df6 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

debug(CI): more output in Dockerfile

parent 4719b909
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ FROM nixpkgs/curl as src ...@@ -4,7 +4,7 @@ FROM nixpkgs/curl as src
ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1 RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1
RUN ls /src RUN ls /src
RUN lsof |wc -l && ulimit RUN sysctl fs.file-max && lsof |wc -l && ulimit -n
FROM $BASE FROM $BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment