Downgrade to fedora 41 and explicitly installing ostree-grub2
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /gocryptfs
|
|||||||
RUN ./build-without-openssl.bash
|
RUN ./build-without-openssl.bash
|
||||||
|
|
||||||
# ====== Stage 2: Server image ======
|
# ====== Stage 2: Server image ======
|
||||||
FROM quay.io/fedora/fedora-silverblue:42
|
FROM quay.io/fedora/fedora-silverblue:41
|
||||||
|
|
||||||
COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs
|
COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs
|
||||||
|
|
||||||
@@ -67,6 +67,7 @@ RUN rpm-ostree install \
|
|||||||
netcat \
|
netcat \
|
||||||
nginx \
|
nginx \
|
||||||
nut \
|
nut \
|
||||||
|
ostree-grub2 \
|
||||||
pv \
|
pv \
|
||||||
python3-certbot-nginx \
|
python3-certbot-nginx \
|
||||||
qemu-kvm \
|
qemu-kvm \
|
||||||
|
|||||||
Reference in New Issue
Block a user