Skip to content

Commit

Permalink
Updated Docker File
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 3, 2024
1 parent 05eb01d commit 2259ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2259ca8

Please sign in to comment.