Install snapd on Aurora and Bazzite?

ARG FEDORA_MAJOR_VERSION
FROM ghcr.io/ublue-os/bazzite-deck-gnome:${FEDORA_MAJOR_VERSION}

RUN dnf5 install --assumeyes \
  snapd
RUN dnf5 clean all
RUN systemctl enable snapd.service
RUN /usr/bin/ln -sf /var/lib/snapd/snap /
1 Like