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:
Mostafa Abdelraouf
2023-02-16 21:50:03 -06:00
committed by GitHub
parent 57dc2ae5ab
commit 2a0483b6de

View File

@@ -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 && \