Skip to content

Commit

Permalink
Added yj to dev Dockerfile (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdashti authored Oct 6, 2023
1 parent 3371c01 commit c4fb72b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM rust:1.70-bullseye

# Dependencies
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h
RUN apt-get update -y \
&& apt-get install -y \
llvm-11 psmisc postgresql-contrib postgresql-client \
Expand Down

0 comments on commit c4fb72b

Please sign in to comment.