fedora containers

This commit is contained in:
Anders Rytter Hansen 2023-11-05 17:37:56 +01:00
commit adb5e2c542
12 changed files with 363 additions and 0 deletions

View 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