apgapg
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
FROM ubuntu:25.04
|
||||
|
||||
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release python3 -yqq \
|
||||
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release python3 python3-pip python3-venv -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Python dependencies
|
||||
RUN pip3 install --no-cache-dir aiosqlite requests --break-system-packages
|
||||
|
||||
COPY --chmod=755 ./server.sh /home/
|
||||
COPY --chmod=755 ./security_service.py /home/
|
||||
COPY --chmod=755 ./security_service_async.py /home/
|
||||
COPY ./[^scD]* .
|
||||
|
||||
ENTRYPOINT /home/server.sh
|
||||
|
||||
Reference in New Issue
Block a user