mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
6 lines
258 B
Docker
6 lines
258 B
Docker
FROM rust:bullseye
|
|
|
|
RUN apt-get update && apt-get install llvm-11 psmisc postgresql-contrib postgresql-client ruby ruby-dev libpq-dev python3 python3-pip lcov sudo curl -y
|
|
RUN cargo install cargo-binutils rustfilt
|
|
RUN rustup component add llvm-tools-preview
|