We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0907d3c commit 3740028Copy full SHA for 3740028
1 file changed
Dockerfile
@@ -157,6 +157,7 @@ RUN apt-get update && \
157
cd /usr/src/address_standardizer && \
158
make && \
159
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 && \
161
# Cleanup
162
apt-get purge -y --auto-remove $(cat /build-deps.txt) && \
163
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
0 commit comments