Update Dockerfile
All checks were successful
Build And Test / build and push (push) Successful in 4m11s
All checks were successful
Build And Test / build and push (push) Successful in 4m11s
This commit is contained in:
parent
e0f25f7e50
commit
1be517a6f6
1 changed files with 5 additions and 3 deletions
|
@ -12,9 +12,11 @@ COPY etc /etc
|
||||||
# ostree container commit
|
# ostree container commit
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
RUN rpm-ostree install htop iotop && \
|
RUN rpm-ostree install \
|
||||||
ostree container commit
|
htop \
|
||||||
RUN rpm-ostree install kate && \
|
iotop \
|
||||||
|
kate \
|
||||||
|
&& \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
|
|
||||||
#RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
|
#RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
|
||||||
|
|
Loading…
Reference in a new issue