Add missing dependency

This commit is contained in:
Pierre HUBERT 2024-12-05 17:05:30 +01:00
parent 976595cdd1
commit deef51e042

View File

@ -14,6 +14,6 @@ RUN tar -xf pg16.tar.gz
RUN cd postgresql* && ./configure --prefix=/postgres/16 && make world-bin && make install
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=build16 /postgres/16 /postgres/16