Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit cd88248

Browse files
fix: add xdg-user-dirs package to build (#105)
Co-authored-by: Jonathan Capps <jonathan@eventogy.com>
1 parent d4cd9d0 commit cd88248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" == "rawhide" ]]; then \
1717
cosmic-desktop && \
1818
rpm-ostree install \
1919
gnome-keyring-pam NetworkManager-tui \
20-
NetworkManager-openvpn && \
20+
NetworkManager-openvpn xdg-user-dirs && \
2121
systemctl disable gdm || true && \
2222
systemctl disable sddm || true && \
2323
systemctl enable cosmic-greeter && \

0 commit comments

Comments
 (0)