Skip to content

Commit 3740028

Browse files
committed
chore: symlink
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 0907d3c commit 3740028

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ RUN apt-get update && \
157157
cd /usr/src/address_standardizer && \
158158
make && \
159159
make install && \
160+
ln -s /usr/lib/x86_64-linux-gnu/postgresql/address_standardizer.so /usr/lib/x86_64-linux-gnu/postgresql/address_standardizer-3.so && \
160161
# Cleanup
161162
apt-get purge -y --auto-remove $(cat /build-deps.txt) && \
162163
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \

0 commit comments

Comments
 (0)