fix: use RECIPE arg

The RECIPE arg in the Containerfile is empty when it is before the
FROM statement. This moves the arg so that it can be used.
This commit is contained in:
Brian Beatty
2023-04-08 13:18:45 -05:00
parent a27e3cfa13
commit 6d778859c8

View File

@@ -1,8 +1,8 @@
ARG FEDORA_MAJOR_VERSION=37
ARG BASE_CONTAINER_URL=ghcr.io/ublue-os/silverblue-main
ARG RECIPE
FROM ${BASE_CONTAINER_URL}:${FEDORA_MAJOR_VERSION}
ARG RECIPE
# copy over configuration files
COPY etc /etc