Skip to content

Commit c4fb72b

Browse files
authored
Added yj to dev Dockerfile (#612)
1 parent 3371c01 commit c4fb72b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM rust:1.70-bullseye
22

33
# Dependencies
4+
COPY --from=sclevine/yj /bin/yj /bin/yj
5+
RUN /bin/yj -h
46
RUN apt-get update -y \
57
&& apt-get install -y \
68
llvm-11 psmisc postgresql-contrib postgresql-client \

0 commit comments

Comments
 (0)