feat: add per-recipe shell script support (#38)

This commit is contained in:
Emmett Wasik (Viv)
2023-04-24 14:40:51 -04:00
committed by GitHub
parent a9c15ac306
commit 37143b0e23
4 changed files with 22 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ ARG RECIPE
COPY etc /etc
# COPY usr /usr
# copy scripts
RUN mkdir /tmp/scripts
COPY scripts /tmp/scripts
RUN find /tmp/scripts -type f -exec chmod +x {} \;
COPY ${RECIPE} /tmp/ublue-recipe.yml
# yq used in build.sh and the setup-flatpaks recipe to read the recipe.yml