Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 3, 2024
1 parent 2f41291 commit 05eb01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY . .

# Install all the plugins
RUN pip install brewtils \
&& find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" | xargs pip install --no-cache-dir
&& find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" -not -name "echo-http-server" | xargs pip install --no-cache-dir

0 comments on commit 05eb01d

Please sign in to comment.