Skip to content

Commit

Permalink
Merge pull request #39 from beer-garden/push-event
Browse files Browse the repository at this point in the history
removing git install
  • Loading branch information
TheBurchLog authored Dec 3, 2024
2 parents cda19fa + 883e107 commit 280cb64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ ENTRYPOINT ["python", "-m"]
COPY . .

# Install all the plugins
RUN apk add --no-cache git
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 280cb64

Please sign in to comment.