Skip to content
New issue

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

Could you update vtiger7.2 to docker-hub? #40

Open
qiaofeng1227 opened this issue Jun 6, 2022 · 0 comments
Open

Could you update vtiger7.2 to docker-hub? #40

qiaofeng1227 opened this issue Jun 6, 2022 · 0 comments

Comments

@qiaofeng1227
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant