diff --git a/Dockerfile b/Dockerfile index 54b6c14..54cfe11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ ENTRYPOINT ["python", "-m"] COPY . . # Install all the plugins -RUN pip install brewtils \ - && find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" -not -name "echo-http-server" | xargs pip install --no-cache-dir +RUN pip install brewtils +RUN find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" -not -name "echo-http-server" | xargs pip install --no-cache-dir