Skip to content

Commit c1b21b0

Browse files
committed
Add PinCTF
1 parent 3a174e4 commit c1b21b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ RUN git clone https://github.com/seccomp/libseccomp.git /opt/libseccomp && \
178178
cd /opt/libseccomp && \
179179
./autogen.sh && ./configure && make && make install
180180

181+
# install PinCTF
182+
RUN git clone https://github.com/ChrisTheCoolHut/PinCTF.git /opt/PinCTF && \
183+
cd /opt/PinCTF && \
184+
./installPin.sh
185+
181186
# install one_gadget
182187
RUN gem install one_gadget
183188

0 commit comments

Comments
 (0)