diff --git a/Dockerfile.ci b/Dockerfile.ci index 4ebeefd..42d213a 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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 && \