picha/docker/omada/Dockerfile
2024-11-17 16:21:47 -05:00

5 lines
124 B
Docker

FROM debian:bookworm
COPY ./omada-install.sh .
RUN chmod +x omada-install.sh;sudo ./omada-install.sh
CMD ["tpeap", "start"]