Skip to content

Commit a9e7e40

Browse files
authored
go for bluefin base to be able to do actual work
1 parent 97c76c9 commit a9e7e40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Containerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ghcr.io/ublue-os/base-main:latest
1+
# FROM ghcr.io/ublue-os/base-main:latest
22

33
## Other possible base images include:
44
# FROM ghcr.io/ublue-os/bazzite:stable
5-
# FROM ghcr.io/ublue-os/bluefin-nvidia:stable
5+
FROM ghcr.io/ublue-os/bluefin-dx:stable
66
#
77
# ... and so on, here are more base images
88
# Universal Blue Images: https://github.com/orgs/ublue-os/packages
@@ -19,10 +19,10 @@ RUN mkdir -p /var/lib/alternatives && \
1919
/tmp/hypr.sh && \
2020
ostree container commit
2121

22-
COPY hyprblue/ /etc/hyprblue/
22+
# COPY hyprblue/ /etc/hyprblue/
2323

24-
RUN ln -s /etc/hyprblue/hypr/ /etc/skel/.config/hypr/
24+
# RUN ln -s /etc/hyprblue/hypr/ /etc/skel/.config/hypr/
2525

26-
COPY uwsm-hypr.sh /etc/profile.d/uwsm-hypr.sh
26+
# COPY uwsm-hypr.sh /etc/profile.d/uwsm-hypr.sh
2727

28-
RUN ostree container commit
28+
# RUN ostree container commit

0 commit comments

Comments
 (0)