Florian RICHER
11b139d133
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 9m43s
7 lines
170 B
Docker
7 lines
170 B
Docker
FROM ghcr.io/ublue-os/bazzite-nvidia-open:latest
|
|
|
|
COPY build.sh /tmp/build.sh
|
|
|
|
RUN mkdir -p /var/lib/alternatives && \
|
|
/tmp/build.sh && \
|
|
ostree container commit
|