diff --git a/Containerfile b/Containerfile index 0eccb23..24c4e1e 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,8 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" == "rawhide" ]]; then \ cosmic-desktop \ power-profiles-daemon && \ rpm-ostree install \ - gnome-keyring NetworkManager-tui && \ + gnome-keyring NetworkManager-tui \ + NetworkManager-openvpn && \ systemctl disable gdm || true && \ systemctl disable sddm || true && \ systemctl enable cosmic-greeter && \