Skip to content

Commit

Permalink
Skip Autobrew in Example Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jun 6, 2024
1 parent b8868cd commit 959cea7
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 ".*" | xargs pip install --no-cache-dir
&& find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" | xargs pip install --no-cache-dir

0 comments on commit 959cea7

Please sign in to comment.