diff options
author | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 17:31:06 -0700 |
---|---|---|
committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 18:13:23 -0700 |
commit | 3a06e32e2724bcc349bbbfa93c08c23a7c732ad4 (patch) | |
tree | b71504605a45e504cc31cc9ecc22a6346b149c32 /Dockerfile | |
parent | fa8f3f9465e87d499f7d6428323f496a884b7818 (diff) | |
download | ci-3a06e32e2724bcc349bbbfa93c08c23a7c732ad4.tar.gz ci-3a06e32e2724bcc349bbbfa93c08c23a7c732ad4.zip |
Flesh out ansible playbook job.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ RUN cmake -B /opt/laminar/build -S /opt/laminar/src -G Ninja -DCMAKE_BUILD_TYPE= && cmake --build /opt/laminar/build \ && cmake --install /opt/laminar/build --strip -FROM denoland/deno:alpine as liz-ci +FROM denoland/deno:alpine AS liz-ci RUN apk add --no-cache capnproto sqlite-libs zlib curl COPY --from=laminar /usr/sbin/laminard /usr/sbin/laminard |