Skip to content

Commit 2a0483b

Browse files
authored
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
1 parent 57dc2ae commit 2a0483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM cimg/rust:1.62.0
22
RUN sudo apt-get update && \
33
sudo apt-get install -y \
4-
postgresql-contrib-12 postgresql-client-12 libpq-dev \
4+
psmisc postgresql-contrib-12 postgresql-client-12 libpq-dev \
55
ruby ruby-dev python3 python3-pip \
66
lcov llvm-11 iproute2 && \
77
sudo apt-get upgrade curl && \

0 commit comments

Comments
 (0)