scripts/server-scripts/desec-ip-sync/Dockerfile
devaine 295ebe86a6
All checks were successful
/ desec-script (push) Successful in 1m34s
build(Dockerfile): adding apt update to the build
2026-03-05 23:50:48 -06:00

11 lines
156 B
Docker

FROM node:latest
COPY . /desec
WORKDIR /desec/server-scripts/desec-ip-sync/
RUN apt update && apt install python3.11-venv -y
CMD ["bash", "run.bash"]