Skip to content

Commit

Permalink
Merge pull request #37 from beer-garden/push-event
Browse files Browse the repository at this point in the history
Updated Docker File
  • Loading branch information
TheBurchLog authored Dec 3, 2024
2 parents 3d9d676 + 2259ca8 commit 9881820
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 9881820

Please sign in to comment.