diff --git a/integration/dockerfiles/Dockerfile_test_issue_506 b/integration/dockerfiles/Dockerfile_test_issue_506 deleted file mode 100644 index fd1aedc5a..000000000 --- a/integration/dockerfiles/Dockerfile_test_issue_506 +++ /dev/null @@ -1,2 +0,0 @@ -FROM ubuntu:18.04 -RUN mkdir -p /var/run/test-foobar diff --git a/integration/dockerfiles/Dockerfile_test_issue_713 b/integration/dockerfiles/Dockerfile_test_issue_713 deleted file mode 100644 index be1fe6a21..000000000 --- a/integration/dockerfiles/Dockerfile_test_issue_713 +++ /dev/null @@ -1,4 +0,0 @@ -FROM ubuntu:16.04 -ARG TEST=undefined -RUN echo $TEST > log.txt -ENTRYPOINT ["echo"] diff --git a/integration/dockerfiles/Dockerfile_test_issue_713_b b/integration/dockerfiles/Dockerfile_test_issue_713_b deleted file mode 100644 index 9cb941dfa..000000000 --- a/integration/dockerfiles/Dockerfile_test_issue_713_b +++ /dev/null @@ -1,15 +0,0 @@ -FROM botpress/server:v12_0_0 -RUN chmod -R gou+rw /botpress -WORKDIR /botpress - -RUN apt-get update \ -&& apt-get -y install curl gnupg \ -&& curl -sL https://deb.nodesource.com/setup_11.x | bash \ -&& apt-get -y install nodejs \ -&& apt-get -y install rsync \ -&& apt-get upgrade -y - -#RUN cd /botpress && npm install && npm install node-sp-auth --save-dev && npm install sp-request --save-dev && npm install activedirectory --save-dev - -#EXPOSE 3000-55000 -#CMD ["./bp"]