chore: use ./recipe.yml as default in Containerfile

This commit is contained in:
plata
2023-05-27 14:56:14 +02:00
committed by EinoHR
parent 3920ba9ab5
commit dd89cb7299

View File

@@ -2,7 +2,7 @@ ARG FEDORA_MAJOR_VERSION=38
ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION} FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
ARG RECIPE ARG RECIPE=./recipe.yml
# Copy static configurations and component files. # Copy static configurations and component files.
# Warning: If you want to place anything in "/etc" of the final image, you MUST # Warning: If you want to place anything in "/etc" of the final image, you MUST