diff --git a/Containerfile b/Containerfile index ac12dd8..520f29a 100644 --- a/Containerfile +++ b/Containerfile @@ -2,11 +2,9 @@ ARG FEDORA_MAJOR_VERSION=41 FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} -COPY vconsole.conf /etc/vconsole.conf - RUN rpm-ostree install vim ncdu && \ rpm-ostree override remove firefox firefox-langpacks && \ sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \ systemctl enable rpm-ostreed-automatic.timer && \ rpm-ostree cleanup -m && \ - ostree container commit \ No newline at end of file + ostree container commit diff --git a/vconsole.conf b/vconsole.conf deleted file mode 100644 index 882cfc8..0000000 --- a/vconsole.conf +++ /dev/null @@ -1,2 +0,0 @@ -KEYMAP="dk" -FONT="eurlatgr" \ No newline at end of file