Files
M-CTF-2025/neuralink/build/service/Dockerfile

11 lines
277 B
Docker
Raw Normal View History

2025-12-14 10:39:18 +03:00
FROM ubuntu:25.04
2025-12-14 11:22:42 +03:00
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release python3 -yqq \
2025-12-14 10:39:18 +03:00
&& rm -rf /var/lib/apt/lists/*
COPY --chmod=755 ./server.sh /home/
2025-12-14 11:22:42 +03:00
COPY --chmod=755 ./security_service.py /home/
2025-12-14 10:39:18 +03:00
COPY ./[^scD]* .
ENTRYPOINT /home/server.sh