mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Add psmisc to CI image (#327)
I accidentally removed `psmisc` from the image and now the test builds are failing. I am adding it back in this PR
This commit is contained in:
committed by
GitHub
parent
57dc2ae5ab
commit
2a0483b6de
@@ -1,7 +1,7 @@
|
||||
FROM cimg/rust:1.62.0
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y \
|
||||
postgresql-contrib-12 postgresql-client-12 libpq-dev \
|
||||
psmisc postgresql-contrib-12 postgresql-client-12 libpq-dev \
|
||||
ruby ruby-dev python3 python3-pip \
|
||||
lcov llvm-11 iproute2 && \
|
||||
sudo apt-get upgrade curl && \
|
||||
|
||||
Reference in New Issue
Block a user