Open nitrok opened 6 years ago
docker-compose build fails with error
docker-compose build
E: Package 'libpng12-dev' has no installation candidate ERROR: Service 'egeya' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y libpng12-dev libjpeg-dev libmcrypt-dev unzip git && rm -rf /var/lib/apt/lists/* && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr && docker-php-ext-install gd mcrypt mbstring mysqli pdo_mysql zip' returned a non-zero code: 100
Use libpng-dev instead libpng12-dev and all be fine :)
docker-compose build
fails with error