Add readme and license, small tidy up
All checks were successful
ci / workstation-nvidia (push) Successful in 2m15s
ci / workstation (push) Successful in 36m36s

This commit is contained in:
Jonathan Cremin 2025-05-25 10:30:22 +01:00
parent 08aa6a795b
commit bacee5fdf7
4 changed files with 14 additions and 39 deletions

View file

@ -65,12 +65,6 @@ RUN dnf config-manager addrepo --from-repofile=https://rpm.releases.hashicorp.co
# Remove btop and nvtop shortcuts
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop
# Don't install 1password, the browser integration breaks because 1Password uses /opt.
# I think this is polkit related.
# RUN mkdir -p /var/opt
# COPY scripts/1password.sh /tmp/1password.sh
# RUN /bin/sh /tmp/1password.sh
RUN authselect enable-feature with-fingerprint
LABEL org.opencontainers.image.description="Built on ublue-os/silverblue-main, adding more batteries" \