Add missing dependency
This commit is contained in:
parent
976595cdd1
commit
deef51e042
@ -14,6 +14,6 @@ RUN tar -xf pg16.tar.gz
|
|||||||
RUN cd postgresql* && ./configure --prefix=/postgres/16 && make world-bin && make install
|
RUN cd postgresql* && ./configure --prefix=/postgres/16 && make world-bin && make install
|
||||||
|
|
||||||
FROM ubuntu:noble
|
FROM ubuntu:noble
|
||||||
RUN apt update && apt install -y libicu74 curl wget nano && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install -y libicu74 libreadline8t64 curl wget nano && rm -rf /var/lib/apt/lists/*
|
||||||
COPY --from=build17 /postgres/17 /postgres/17
|
COPY --from=build17 /postgres/17 /postgres/17
|
||||||
COPY --from=build16 /postgres/16 /postgres/16
|
COPY --from=build16 /postgres/16 /postgres/16
|
Loading…
Reference in New Issue
Block a user