add Ledger Live

This commit is contained in:
Anders Rytter Hansen 2023-11-07 09:14:12 +01:00
commit 2eaecf94f6
9 changed files with 283 additions and 0 deletions

View file

@ -0,0 +1,19 @@
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
COPY containers/cachyos/ledgerlive/ledger-live-bin /app/ledger-live-bin
COPY containers/cachyos/ledgerlive/ledger-udev /app/ledger-udev
RUN chown -R build /app
USER build
RUN cd ledger-udev \
&& makepkg -si --noconfirm
RUN cd ledger-live-bin \
&& makepkg -si --noconfirm \
&& rm -rf /app/*
USER root