Skip to content

Commit

Permalink
Merge pull request #38 from beer-garden/push-event
Browse files Browse the repository at this point in the history
Adding git to base images
  • Loading branch information
TheBurchLog authored Dec 3, 2024
2 parents 9881820 + ed8b04f commit cda19fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ 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 cda19fa

Please sign in to comment.