Skip to content

Commit

Permalink
chore: Bring over bazzite's system_files design
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 11, 2023
1 parent 8c90275 commit ca08e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM docker.io/library/archlinux:latest
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES all

COPY system_files /

# Pacman Initialization
# Create build user
RUN sed -i 's/#Color/Color/g' /etc/pacman.conf && \
Expand Down Expand Up @@ -87,8 +89,6 @@ RUN git clone https://aur.archlinux.org/paru-bin.git --single-branch && \
USER root
WORKDIR /

COPY bazzite-steam-runtime /usr/bin/bazzite-steam-runtime

# Cleanup
# Native march & tune. This is a gaming image and not something a user is going to compile things in with the intent to share.
# We do this last because it'll only apply to updates the user makes going forward. We don't want to optimize for the build host's environment.
Expand Down
File renamed without changes.

0 comments on commit ca08e54

Please sign in to comment.