Merge pull request #200 from trailofbits/fix-docker-cmake

Fix Cmake-related Docker issues
This commit is contained in:
Alex Groce
2019-05-31 09:44:36 -07:00
committed by GitHub
+2
View File
@@ -65,6 +65,8 @@ RUN git clone https://github.com/SoftSec-KAIST/Eclipser \
# Install DeepState using a few different compilers for AFL/libFuzzer/Eclipser+normal
RUN cd deepstate \
&& rm -Rf CMakeFiles CMakeCache.txt \
&& rm -Rf build \
&& mkdir -p build \
&& cd build \
&& rm -rf CMakeFiles CMakeCache.txt \