Make the script executable
All checks were successful
/ rclone-faircamp (push) Successful in 2m23s
/ macless-haystack-web (push) Successful in 31s
/ fatssh (push) Successful in 2m4s

This commit is contained in:
Martyn 2025-09-23 15:33:23 +02:00
parent 151bd7036e
commit d89cdf0792

View file

@ -4,3 +4,4 @@ RUN apt update && apt install rclone wget -y
RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f -y RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f -y
ADD faircampbuilder/script.bash /faircampbuilder.bash ADD faircampbuilder/script.bash /faircampbuilder.bash
RUN chmod +x /faircampbuilder.bash