Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Create the authselect directory before copying the config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic committed Sep 21, 2024
1 parent 36055f2 commit 108e143
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}
## make modifications desired in your image and install packages by modifying the build.sh script
## the following RUN directive does all the things required to run "build.sh" as recommended.

COPY build.sh /tmp/build.sh
COPY data/lukshome /etc/authselect/custom/
RUN mkdir -p /etc/authselect/custom/
COPY --parents=true data/lukshome /etc/authselect/custom/

COPY build.sh /tmp/build.sh
RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \
ostree container commit
Expand Down

0 comments on commit 108e143

Please sign in to comment.