Skip to content
Snippets Groups Projects
Commit ccf57a29 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

add /usr/local pkgconfig to search path

parent c365dbe9
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ RUN tar zxf yaz-*.tar.gz && \
./configure && \
CORECOUNT=$(cat /proc/cpuinfo|egrep '^processor'|wc -l) nice make -j$(( $CORECOUNT + 1 )) && \
make install
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
# Install PHP
RUN mkdir -pv /usr/local/etc/php /var/www/sharedtmp /var/www/privatedata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment