-
Notifications
You must be signed in to change notification settings - Fork 178
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
Error on executing test #269
Comments
@saracubillas Indeed nice cache. Something change with new docker version. I will provide a patch soon. |
The use of Docker images should minimize the odds that something external to symfony changed so that everyone gets the same environment. Would it help here to set the Dockerfile to use a specific version of jessie? |
I am going to add this restriction on the patch PR. |
Hum, no, the issue was about a gpg signature expiration.
|
Im getting this error on executing the test
failed to solve: executor failed running [/bin/sh -c set -eux; apt-get update; apt-get install -y curl autoconf2.13 ; rm -r /var/lib/apt/lists/*; curl -sSLfO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb; curl -sSLfO http://launchpadlibrarian.net/140087282/bison_2.7.1.dfsg-1_amd64.deb; dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb; dpkg -i bison_2.7.1.dfsg-1_amd64.deb; rm .deb; curl -sSLf "https://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2; echo 'c4e1cf6972b2a9c7f2777a18497d83bf713cdbecabb65d3ff62ba441aebb0091 php.tar.bz2' | sha256sum -cw --status; mkdir -p /usr/src/php; tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1; rm php.tar.bz2; cd /usr/src/php; ./buildconf --force; ./configure --disable-cgi
The text was updated successfully, but these errors were encountered: