diff --git a/Dockerfile b/Dockerfile index c5a7d59..c6bfc70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,11 @@ COPY etc /etc # ostree container commit # Software -RUN rpm-ostree install htop iotop && \ - ostree container commit -RUN rpm-ostree install kate && \ +RUN rpm-ostree install \ + htop \ + iotop \ + kate \ + && \ ostree container commit #RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \