htb updates and ductf update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
FROM python:3.10
|
||||
|
||||
WORKDIR /app
|
||||
COPY app.py .
|
||||
COPY flag.txt /flag.txt
|
||||
COPY files/ files/
|
||||
|
||||
RUN pip3 install aiohttp
|
||||
|
||||
RUN /usr/sbin/useradd --no-create-home -u 1000 ctf
|
||||
# USER ctf #permission denied on my machine
|
||||
|
||||
CMD ["python3", "app.py"]
|
||||
Reference in New Issue
Block a user