Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ad committed Feb 7, 2018
1 parent 87b2ffe commit 17c41d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenges/ppc32-simple-fmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN chmod 755 /start.sh
# Compile binary and remove source code
COPY src/fmt.c .
RUN powerpc-linux-gnu-gcc-4.8 -Wno-format-security -o /pwnable fmt.c -static
RUN strip /pwnable
RUN rm -rf fmt.c

RUN useradd -m bob
Expand Down

0 comments on commit 17c41d9

Please sign in to comment.