File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ ARG GO_VERSION=1.23.0
5757ENV CARGO_HOME="${HOME}/.cargo"
5858ENV PATH="${PATH}:/usr/local/go/bin:${CARGO_HOME}/bin"
5959
60- # RUN chown -R postgres:postgres "$HOME"
61-
6260# Install PostgreSQL, extensions and contribs
6361ENV POSTGIS_VERSION=3.4 \
6462 BG_MON_COMMIT=ef60961eff92672b1e21f5260dc1211367da6f1f \
@@ -100,10 +98,10 @@ WORKDIR /
10098
10199RUN bash /builddeps/patroni_wale.sh
102100
103- RUN if [ "$COMPRESS" = "true" ]; then bash /builddeps/compress_build.sh; fi
101+ # COPY pgcat.toml /etc/pgcat/config.toml
102+ # COPY postgrest.conf /etc/postgrest/postgrest.conf
104103
105- COPY pgcat.toml /etc/pgcat/config.toml
106- COPY postgrest.conf /etc/postgrest/postgrest.conf
104+ RUN if [ "$COMPRESS" = "true" ]; then bash /builddeps/compress_build.sh; fi
107105
108106
109107FROM builder
Original file line number Diff line number Diff line change 5454 pkg-config
5555 software-properties-common
5656 dirmngr
57- r-base
5857 jq)
59- apt-get install -y --no-install-recommends " ${BUILD_PACKAGES[@]} "
58+ apt-get install -y --no-install-recommends " ${BUILD_PACKAGES[@]} " r-base
6059
6160
6261 rm -rf /usr/local/go && curl -sL " https://go.dev/dl/go$GO_VERSION .linux-$ARCH .tar.gz" | tar -xz -C /usr/local
You can’t perform that action at this time.
0 commit comments