We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71afb10 commit f2b53a4Copy full SHA for f2b53a4
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
9
WORKDIR /home/ctf
10
11
-COPY ["chall.c", "start.sh", "./"]
+COPY ["chall.c", "start.sh", "chall.sh", "./"]
12
13
RUN gcc chall.c -o chall -fno-stack-protector -z execstack -no-pie
14
0 commit comments