workaround(logseq): use self-built aarch64-linux appimage

This commit is contained in:
steveej 2024-12-24 13:34:21 +01:00
parent 1acccd1213
commit 2068e953a3
5 changed files with 7 additions and 13 deletions

View file

@ -10,6 +10,7 @@ FROM clojure:temurin-11-tools-deps-bullseye-slim as builder
ARG DEBIAN_FRONTEND=noninteractive
# Install reqs
RUN echo 1
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
ca-certificates \