Commit f96f4df6 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

debug(CI): more output in Dockerfile

parent 4719b909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ FROM nixpkgs/curl as src
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 ls /src
RUN lsof |wc -l && ulimit
RUN sysctl fs.file-max && lsof |wc -l && ulimit -n

FROM $BASE