Skip to content

Commit aaf728e

Browse files
authored
Merge pull request #143 from boesing/feature/raise-open-files-limit-testuser
Raise open files limit back to ubuntu v20 values
2 parents 3033a6e + dced84b commit aaf728e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,7 @@ COPY setup/phpunit/problem-matcher.json /etc/laminas-ci/problem-matcher/phpunit.
263263

264264
RUN useradd -ms /bin/bash testuser
265265

266+
# Copy ubuntu setup
267+
COPY setup/ubuntu /
268+
266269
ENTRYPOINT ["entrypoint.sh"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
testuser soft nofile 1048576
2+
testuser hard nofile 1048576

0 commit comments

Comments
 (0)