diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ RUN cmake -B /opt/laminar/build -S /opt/laminar/src -G Ninja \ FROM denoland/deno:debian AS liz-ci -RUN apt-get update -yqq && apt-get install libcapnp-0.9.2 libsqlite3-0 zlib1g +RUN apt-get update -yqq && apt-get install -yqq libcapnp-0.9.2 \ + libsqlite3-0 zlib1g curl COPY --from=laminar /usr/sbin/laminard /usr/sbin/laminard COPY --from=laminar /usr/bin/laminarc /usr/bin/laminarc COPY --from=laminar /usr/share/man/man8/laminard.8.gz /usr/share/man/man8/laminard.8.gz |