Skip to content

Commit 4d15d45

Browse files
committed
Correct docker image, whoops
1 parent cb99f5a commit 4d15d45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/docker/ci/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ RUN sudo mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/p
3030
&& sudo apt update \
3131
&& sudo apt install gh -y
3232

33-
# Unicode ocaml packages sometimes blow out the stack when compiling
34-
RUN ulimit -s unlimited
3533

3634
RUN addgroup -gid ${PGID} jenkins
3735
RUN adduser --disabled-password --gecos '' --ingroup jenkins --uid ${PUID} jenkins

scripts/docker/static-builder/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN addgroup -g ${PGID} jenkins && \
1111

1212
RUN apk update && apk add --no-cache opam build-base bzip2 git tar curl ca-certificates openssl m4 bash
1313

14+
# Unicode ocaml packages sometimes blow out the stack when compiling
15+
RUN ulimit -s unlimited
16+
1417
# Switch back to the normal user
1518
USER jenkins
1619

0 commit comments

Comments
 (0)