summaryrefslogtreecommitdiff
path: root/akmods/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'akmods/Containerfile')
-rw-r--r--akmods/Containerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/akmods/Containerfile b/akmods/Containerfile
index 8a6a01b..1fa966c 100644
--- a/akmods/Containerfile
+++ b/akmods/Containerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE="quay.io/fedora-ostree-desktops/base"
ARG FEDORA_VERSION="${FEDORA_VERSION:-39}"
FROM ${BASE_IMAGE}:${FEDORA_VERSION} as builder
-ARG FEDORA_VERSION="${FEDORA_VERSION:-39}"
+ARG FEDORA_VERSION
ARG NVIDIA_VERSION="${NVIDIA_VERSION:-535}"
@@ -68,5 +68,5 @@ done
# send it off
-FROM scratch
+FROM scratch as rpms
COPY --from=builder /var/cache/rpms /rpms