We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe8204 commit baa00ffCopy full SHA for baa00ff
Dockerfile.ci
@@ -1,4 +1,6 @@
1
FROM cimg/rust:1.67.1
2
+COPY --from=sclevine/yj /bin/yj /bin/yj
3
+RUN /bin/yj -h
4
RUN sudo apt-get update && \
5
sudo apt-get install -y \
6
psmisc postgresql-contrib-14 postgresql-client-14 libpq-dev \
0 commit comments