File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,4 @@ ENV PATH="/home/${USER}/.cargo/bin:${PATH}"
32
32
RUN /bin/bash rustup.sh -y \
33
33
&& cargo install cargo-pgx
34
34
35
- RUN cargo pgx init \
36
- --pg10=/usr/lib/postgresql/10/bin/pg_config \
37
- --pg11=/usr/lib/postgresql/11/bin/pg_config \
38
- --pg12=/usr/lib/postgresql/12/bin/pg_config \
39
- --pg13=/usr/lib/postgresql/13/bin/pg_config
35
+ RUN cargo pgx init
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main" >> /etc/
15
15
RUN apt-get update
16
16
RUN apt-get install -y \
17
17
clang-10 llvm-10 clang libz-dev strace pkg-config \
18
- libxml2 libxml2-dev libreadline8 flex bison libbison-dev build-essential \
18
+ libxml2 libxml2-dev libreadline8 libreadline-gplv2-dev \
19
+ flex bison libbison-dev build-essential \
19
20
zlib1g-dev libxslt-dev libssl-dev libxml2-utils xsltproc libgss-dev \
20
21
libldap2-dev libkrb5-dev gettext tcl-tclreadline tcl-dev libperl-dev \
21
22
libpython3-dev libprotobuf-c-dev libprotobuf-dev gcc \
22
- ruby ruby-dev rubygems
23
-
24
- RUN apt-get install -y postgresql-server-dev-10 \
23
+ ruby ruby-dev rubygems \
24
+ postgresql-server-dev-10 \
25
25
postgresql-server-dev-11 \
26
26
postgresql-server-dev-12 \
27
27
postgresql-server-dev-13
@@ -39,8 +39,4 @@ ENV PATH="/home/${USER}/.cargo/bin:${PATH}"
39
39
RUN /bin/bash rustup.sh -y \
40
40
&& cargo install cargo-pgx
41
41
42
- RUN cargo pgx init \
43
- --pg10=/usr/lib/postgresql/10/bin/pg_config \
44
- --pg11=/usr/lib/postgresql/11/bin/pg_config \
45
- --pg12=/usr/lib/postgresql/12/bin/pg_config \
46
- --pg13=/usr/lib/postgresql/13/bin/pg_config
42
+ RUN cargo pgx init
Original file line number Diff line number Diff line change
1
+ lib.generated.sql
You can’t perform that action at this time.
0 commit comments