| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-10 18:00:49 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-10 18:00:49 UTC |
| parent | d44a711268ef6b504b8facb2c3488ce56f6b62cd |
| build-misc/Containerfile.image | +4 | -1 |
diff --git a/build-misc/Containerfile.image b/build-misc/Containerfile.image index 98f2bcc..28a1b12 100644 --- a/build-misc/Containerfile.image +++ b/build-misc/Containerfile.image @@ -33,6 +33,9 @@ RUN apt-get update \ libexpat1-dev \ libssl-dev \ zlib1g-dev \ + libmbedtls-dev \ + libsqlite3-dev \ + libpcre2-dev \ neko \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /var/cache/* @@ -66,7 +69,7 @@ COPY . /usr/src/sdk/ RUN make hx-build-dep RUN cd /opt/haxe/hxcpp/git/tools/hxcpp && haxe compile.hxml -RUN make +RUN make -j$(nproc) RUN cd cpp && make clean RUN make test