fix: moving recipe back to a directory available on the host (#47)

* fix: mv recipe to a dir available on the host

* docs: add notice for recipe editing on host

* fix: replace /tmp/ublue-recipe.yml with /usr/etc/.
This commit is contained in:
Eino Rauhala
2023-04-26 19:19:31 +03:00
committed by GitHub
parent ec91345bc7
commit 95ff830b49
3 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir /tmp/scripts
COPY scripts /tmp/scripts
RUN find /tmp/scripts -type f -exec chmod +x {} \;
COPY ${RECIPE} /tmp/ublue-recipe.yml
COPY ${RECIPE} /usr/etc/ublue-recipe.yml
# yq used in build.sh and the setup-flatpaks recipe to read the recipe.yml
# copied from the official container image as it's not avaible as an rpm