We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3033a6e + dced84b commit aaf728eCopy full SHA for aaf728e
Dockerfile
@@ -263,4 +263,7 @@ COPY setup/phpunit/problem-matcher.json /etc/laminas-ci/problem-matcher/phpunit.
263
264
RUN useradd -ms /bin/bash testuser
265
266
+# Copy ubuntu setup
267
+COPY setup/ubuntu /
268
+
269
ENTRYPOINT ["entrypoint.sh"]
setup/ubuntu/etc/security/limits.d/testuser.conf
@@ -0,0 +1,2 @@
1
+testuser soft nofile 1048576
2
+testuser hard nofile 1048576
0 commit comments