Commit 09595a53 authored by nanahira's avatar nanahira

python

parent 381d8a2c
......@@ -11,7 +11,7 @@ FROM node:buster-slim
RUN npm -g install typescript ts-node
RUN apt update && \
apt -y install build-essential && \
apt -y install build-essential python3 && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY --from=builder /usr/src/app/bin/Release/udpflood /usr/local/bin/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment