7 lines
302 B
Text
7 lines
302 B
Text
FROM debian:13
|
|
|
|
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
|
|
|
|
ADD faircampbuilder/script.bash /faircampbuilder.bash
|
|
RUN chmod +x /faircampbuilder.bash
|