mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 02:36:29 +00:00
Add yj to CI image (#568)
This commit is contained in:
committed by
GitHub
parent
ffe820497f
commit
baa00ff546
@@ -1,4 +1,6 @@
|
|||||||
FROM cimg/rust:1.67.1
|
FROM cimg/rust:1.67.1
|
||||||
|
COPY --from=sclevine/yj /bin/yj /bin/yj
|
||||||
|
RUN /bin/yj -h
|
||||||
RUN sudo apt-get update && \
|
RUN sudo apt-get update && \
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
psmisc postgresql-contrib-14 postgresql-client-14 libpq-dev \
|
psmisc postgresql-contrib-14 postgresql-client-14 libpq-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user