Skip to content

Commit

Permalink
Merge pull request #35 from ublue-os/template
Browse files Browse the repository at this point in the history
feat: Add akmods module (#212)
  • Loading branch information
elgabo86 authored Jan 14, 2024
2 parents d1ab25d + df4f330 commit 15a03af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ COPY modules /tmp/modules/
# It is copied from the official container image since it's not available as an RPM.
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq

# Change this if you want different version/tag of akmods.
COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms

# Run the build script, then clean up temp files and finalize container build.
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
rm -rf /tmp/* /var/* && ostree container commit

0 comments on commit 15a03af

Please sign in to comment.