build(Dockerfile): changing shell
All checks were successful
/ desec-script (push) Successful in 3m17s
All checks were successful
/ desec-script (push) Successful in 3m17s
This commit is contained in:
parent
ddbdd92aa4
commit
e28928619d
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ COPY . /desec
|
|||
|
||||
WORKDIR /desec/server-scripts/desec-ip-sync/
|
||||
|
||||
SHELL ["bash", "-c"]
|
||||
|
||||
RUN apt update && apt install python3.11-venv -y
|
||||
|
||||
RUN bash run.bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue