Fix issue with Container file ARGs
This commit is contained in:
@@ -26,7 +26,8 @@ ARG RECIPE=recipe-framework-13.yml
|
||||
# for manual overrides and editing by the machine's admin AFTER installation!
|
||||
# See issue #28 (https://github.com/ublue-os/startingpoint/issues/28).
|
||||
COPY usr/ /usr
|
||||
COPY ${USR_DIR}/ /usr
|
||||
COPY ${USER_DIR}/ /usr
|
||||
RUN ls /usr
|
||||
|
||||
# Copy the recipe that we're building.
|
||||
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml
|
||||
|
||||
Reference in New Issue
Block a user