Skip to content

Commit f2b53a4

Browse files
author
Pongsakorn Sommalai
committed
add chall.sh to container
1 parent 71afb10 commit f2b53a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && \
88

99
WORKDIR /home/ctf
1010

11-
COPY ["chall.c", "start.sh", "./"]
11+
COPY ["chall.c", "start.sh", "chall.sh", "./"]
1212

1313
RUN gcc chall.c -o chall -fno-stack-protector -z execstack -no-pie
1414

0 commit comments

Comments
 (0)