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
|
||||
|
||||
# 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 && \
|
||||
|
|
Loading…
Reference in a new issue