From baa00ff546242895c281dd312d3f208e4e4b215c Mon Sep 17 00:00:00 2001 From: Mostafa Abdelraouf Date: Mon, 28 Aug 2023 21:20:53 -0500 Subject: [PATCH] Add yj to CI image (#568) --- Dockerfile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.ci b/Dockerfile.ci index 4503e87..a750612 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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 \