We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vtiger7.2 on docker-hub is 3 years old. Could you update vtiger7.2 to docker-hub,thank you very much.
I build the Vtiger7.2, build failed.
checking if nawk is broken... no checking for zip archive read/writesupport... yes, shared checking for the location of libz... no checking pcre install prefix... no checking libzip... yes checking for the location of zlib... /usr checking for pkg-config... /usr/bin/pkg-config checking for libzip... not found configure: error: Please reinstall the libzip distribution The command '/bin/sh -c apt-get update && apt-get install --no-install-recommends -y zlib1g-dev libc-client-dev libkrb5-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxml2-dev cron rsyslog zip unzip socat vim nano && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-install imap exif mysqli pdo pdo_mysql zip gd xml && echo "cron.* /var/log/cron.log" >> /etc/rsyslog.conf && rm -fr /etc/cron.* && mkdir /etc/cron.d && curl -o composer -sL https://getcomposer.org/composer.phar && php composer global require javanile/http-robot:0.0.2 javanile/mysql-import:0.0.15 javanile/vtiger-cli:0.0.4 && php composer clearcache && rm composer && curl -sL https://javanile.github.io/symvol/setup.sh?v=0.0.2 | bash - && usermod -u 1000 www-data && groupmod -g 1000 www-data && echo "ServerName localhost" >> /etc/apache2/apache2.conf && a2enmod ssl && a2enmod rewrite && cd /usr/src/vtiger && curl -o vtiger.tar.gz -L "http://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%207.2.0/Core%20Product/vtigercrm7.2.0.tar.gz" && tar -xzf vtiger.tar.gz && rm vtiger.tar.gz && rm -fr /var/www/html && mv "vtigercrm" /var/www/html && vtiger permissions --fix && mv .symvol /var/www/html && mkdir -p volume /var/lib/vtiger && apt-get clean && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vtiger7.2 on docker-hub is 3 years old. Could you update vtiger7.2 to docker-hub,thank you very much.
I build the Vtiger7.2, build failed.
The text was updated successfully, but these errors were encountered: