Added yj to dev Dockerfile (#612)

This commit is contained in:
Mohammad Dashti
2023-10-05 18:13:22 -07:00
committed by GitHub
parent 3371c01e0e
commit c4fb72b9fc

View File

@@ -1,6 +1,8 @@
FROM rust:1.70-bullseye FROM rust:1.70-bullseye
# Dependencies # Dependencies
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h
RUN apt-get update -y \ RUN apt-get update -y \
&& apt-get install -y \ && apt-get install -y \
llvm-11 psmisc postgresql-contrib postgresql-client \ llvm-11 psmisc postgresql-contrib postgresql-client \