We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yj
1 parent 3371c01 commit c4fb72bCopy full SHA for c4fb72b
dev/Dockerfile
@@ -1,6 +1,8 @@
1
FROM rust:1.70-bullseye
2
3
# Dependencies
4
+COPY --from=sclevine/yj /bin/yj /bin/yj
5
+RUN /bin/yj -h
6
RUN apt-get update -y \
7
&& apt-get install -y \
8
llvm-11 psmisc postgresql-contrib postgresql-client \
0 commit comments