Skip to content

Commit 59c9385

Browse files
committed
Update dependecy packages
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 1ecee7b commit 59c9385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postfix/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
\
2020
# Install Postfix dependencies
2121
&& apt-get install -y --no-install-recommends --no-install-suggests \
22-
libpcre3 libicu63 \
22+
libpcre3 libicu72 \
2323
libdb5.3 libpq5 libmariadb3 libmariadb-dev-compat libsqlite3-0 \
2424
libsasl2-2 \
2525
libldap-2.4 \
@@ -36,7 +36,7 @@ RUN apt-get update \
3636
&& buildDeps=" \
3737
libssl-dev \
3838
libpcre3-dev libicu-dev \
39-
libdb-dev libpq-dev libmariadbclient-dev libsqlite3-dev \
39+
libdb-dev libpq-dev libmariadb-dev libsqlite3-dev \
4040
libsasl2-dev \
4141
libldap2-dev \
4242
" \

0 commit comments

Comments
 (0)