1
0
Fork 0

Update Dockerfile
Build And Test / build and push (push) Successful in 4m11s Details

This commit is contained in:
Jarkko Toivanen 2024-03-20 16:31:07 +02:00
parent e0f25f7e50
commit 1be517a6f6
1 changed files with 5 additions and 3 deletions

View File

@ -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 && \