remove ledgerlive container and add appimage to host OS
This commit is contained in:
parent
69656072d3
commit
fe8bcc188b
15 changed files with 23 additions and 283 deletions
|
|
@ -51,6 +51,9 @@ RUN rpm-ostree install haruna
|
|||
# software to be replaced with clang version
|
||||
RUN rpm-ostree override replace --experimental --from repo=fedora-clang podman tar kpipewire NetworkManager-libnm NetworkManager NetworkManager-vpnc NetworkManager-wwan NetworkManager-wifi NetworkManager-ppp NetworkManager-bluetooth NetworkManager-config-connectivity-fedora wayland-utils xz xz-libs gzip bzip2-libs bzip2 libzip firefox firefox-langpacks libarchive rsync libva dbus-broker dbus-glib wget dbusmenu-qt
|
||||
|
||||
# Get latest Ledger Live AppImage
|
||||
RUN wget https://download.live.ledger.com/latest/linux -O /usr/bin/ledgerlive && chmod +x /usr/bin/ledgerlive
|
||||
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
# Copy /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue