Skip to content

Commit baa00ff

Browse files
authored
Add yj to CI image (#568)
1 parent ffe8204 commit baa00ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.ci

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM cimg/rust:1.67.1
2+
COPY --from=sclevine/yj /bin/yj /bin/yj
3+
RUN /bin/yj -h
24
RUN sudo apt-get update && \
35
sudo apt-get install -y \
46
psmisc postgresql-contrib-14 postgresql-client-14 libpq-dev \

0 commit comments

Comments
 (0)