add Ledger Live
This commit is contained in:
parent
ce5b9daccc
commit
2eaecf94f6
9 changed files with 283 additions and 0 deletions
19
containers/cachyos/ledgerlive/Dockerfile
Normal file
19
containers/cachyos/ledgerlive/Dockerfile
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue