diff --git a/Containerfile b/Containerfile index 3f1123ea4ab..d827fd42e11 100644 --- a/Containerfile +++ b/Containerfile @@ -176,6 +176,9 @@ RUN /tmp/google-chrome.sh ### add appimagelauncher RUN rpm-ostree install "https://github.com/TheAssassin/AppImageLauncher/releases/download/continuous/appimagelauncher-2.2.0-gha111.d9d4c73.x86_64.rpm" +### more +RUN /tmp/more.sh + ### END bri @@ -187,4 +190,4 @@ RUN rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".rep rm -f /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo && \ rm -f /etc/yum.repos.d/fedora-cisco-openh264.repo && \ rm -rf /tmp/* /var/* && \ - ostree container commit \ No newline at end of file + ostree container commit diff --git a/scripts/more.sh b/scripts/more.sh new file mode 100755 index 00000000000..6c11a8e8b00 --- /dev/null +++ b/scripts/more.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +wget 'https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage' -Lo /usr/bin/nvim.appimage +#wget 'https://download.beeper.com/linux/appImage/x64' -Lo /usr/bin/beeper.appimage \ No newline at end of file