Skip to content

Commit

Permalink
✨ Dockerfileでpercona-toolkitを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Sep 15, 2024
1 parent 3e082a7 commit d92c7ba
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 @@ -26,7 +26,7 @@ RUN go install github.com/tkuchiki/slp/cmd/slp@latest

FROM alpine

RUN apk add --no-cache graphviz
RUN apk add --no-cache graphviz percona-toolkit

COPY --from=pprotein /go/src/app/pprotein /usr/local/bin/
COPY --from=pprotein /go/src/app/pprotein-agent /usr/local/bin/
Expand Down

0 comments on commit d92c7ba

Please sign in to comment.