sploit for arena-battle
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
FROM cr.yandex/mirror/ubuntu:22.04
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
g++ \
|
||||
make \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY server.cpp .
|
||||
COPY Makefile .
|
||||
|
||||
RUN make
|
||||
|
||||
EXPOSE 31337
|
||||
|
||||
CMD ["./server"]
|
||||
Reference in New Issue
Block a user