talkatu/builders

Parents 55dc1d0acf07
Children a1118cd0ee49
We need to copy the pvs-studio build.sh into the container and it needs to be executable
--- a/Dockerfile.pvs-studio Tue Apr 30 14:47:52 2019 -0500
+++ b/Dockerfile.pvs-studio Tue Apr 30 14:48:19 2019 -0500
@@ -15,3 +15,5 @@
dpkg -i pvs-studio.deb && \
rm pvs-studio.deb
+COPY pvs-studio/build.sh /build.sh
+