build(Dockerfile): changing shell
All checks were successful
/ desec-script (push) Successful in 3m17s

This commit is contained in:
devaine 2026-03-06 01:12:57 -06:00
commit e28928619d
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE

View file

@ -4,6 +4,8 @@ COPY . /desec
WORKDIR /desec/server-scripts/desec-ip-sync/ WORKDIR /desec/server-scripts/desec-ip-sync/
SHELL ["bash", "-c"]
RUN apt update && apt install python3.11-venv -y RUN apt update && apt install python3.11-venv -y
RUN bash run.bash RUN bash run.bash