fedora containers
This commit is contained in:
parent
6430f74b5d
commit
adb5e2c542
12 changed files with 363 additions and 0 deletions
9
containers/fedora-toolbox/ledgerlive/Dockerfile
Normal file
9
containers/fedora-toolbox/ledgerlive/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM ghcr.io/andersrh/containers/fedora-toolbox/base-gui:main
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN wget https://download.live.ledger.com/latest/linux -O ledgerlive \
|
||||
&& chmod +x ledgerlive
|
||||
COPY ledgerlive.desktop /usr/share/applications/
|
||||
COPY ledgerlive.png /usr/share/icons/
|
||||
RUN ln -s /app/ledgerlive /usr/bin/ledgerlive
|
||||
Loading…
Add table
Add a link
Reference in a new issue