Message ID | 1513029623-29970-7-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v9,1/6] test: build: enable cunit output to xml | expand |
diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 751977f83..944fd9dc2 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -22,6 +22,7 @@ RUN sudo apt-get update && sudo apt-get install -yy \ RUN wget "https://github.com/Shippable/support/raw/master/bin/reports" && \ chmod +x reports && \ rm -f /home/shippable/cexec/bin/reports && \ + mkdir -p /home/shippable/cexec/bin && \ cp reports /home/shippable/cexec/bin/ RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10