Resetting 'from' directives
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/benradey/workstation-nvidia-base:latest
|
FROM git.radey.org/ben/workstation-nvidia-base:latest
|
||||||
|
|
||||||
RUN dnf5 install -y \
|
RUN dnf5 install -y \
|
||||||
inotify-tools && \
|
inotify-tools && \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/benradey/workstation-nvidia-base:latest
|
FROM git.radey.org/ben/workstation-nvidia-base:latest
|
||||||
|
|
||||||
# Build nvidia akmod with no special arguments - defaults to open kernel driver for newer hardware
|
# Build nvidia akmod with no special arguments - defaults to open kernel driver for newer hardware
|
||||||
RUN mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \
|
RUN mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# ====== Stage 1: Builder image ======
|
# ====== Stage 1: Builder image ======
|
||||||
FROM fedora:latest AS builder
|
FROM registry.fedoraproject.org/fedora:latest AS builder
|
||||||
|
|
||||||
RUN dnf5 update -y && dnf install -y git golang
|
RUN dnf5 update -y && dnf install -y git golang
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user