first commit
This commit is contained in:
commit
8ce57d4f66
9
Containerfile
Normal file
9
Containerfile
Normal file
@ -0,0 +1,9 @@
|
||||
ARG FEDORA_MAJOR_VERSION=41
|
||||
|
||||
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
||||
|
||||
RUN rpm-ostree install \
|
||||
vim
|
||||
|
||||
RUN rpm-ostree cleanup -m && \
|
||||
ostree container commit
|
Loading…
Reference in New Issue
Block a user