Add yj to CI image (#568)

This commit is contained in:
Mostafa Abdelraouf
2023-08-28 21:20:53 -05:00
committed by GitHub
parent ffe820497f
commit baa00ff546

View File

@@ -1,4 +1,6 @@
FROM cimg/rust:1.67.1
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h
RUN sudo apt-get update && \
sudo apt-get install -y \
psmisc postgresql-contrib-14 postgresql-client-14 libpq-dev \