b1gMail-OSS/b1gMail

have problem with install via docker

Opened this issue · 0 comments

have problem install wia docker

To Reproduce
Steps to reproduce the behavior:

  1. git clone "https://github.com/b1gMail-OSS/b1gMail"
ilya@ilya-virtual-machine:~/b1gMail/dev-docker$ sudo docker-compose up --build
Building php
Sending build context to Docker daemon   7.68kB
Step 1/4 : FROM php:8.2-apache
 ---> 52dee56ba8b6
Step 2/4 : RUN apt-get update && apt-get install -y     apt-utils     software-properties-common     libfreetype6-dev     libjpeg62-turbo-dev     libpng-dev     libicu-dev     && docker-php-ext-configure gd --with-freetype --with-jpeg     && docker-php-ext-install -j$(nproc) gd
 ---> Running in caf76c76f1d4
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [176 kB]
Fetched 9232 kB in 2min 1s (76.4 kB/s)
Reading package lists...
E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
E: Sub-process returned an error code
The command '/bin/sh -c apt-get update && apt-get install -y     apt-utils     software-properties-common     libfreetype6-dev     libjpeg62-turbo-dev     libpng-dev     libicu-dev     && docker-php-ext-configure gd --with-freetype --with-jpeg     && docker-php-ext-install -j$(nproc) gd' returned a non-zero code: 100
ERROR: Service 'php' failed to build : Build failed

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Server (please complete the following information):

  • Platform:
  • PHP version:
  • MySQL / MariaDB version:

Desktop (please complete the following information):

  • OS: Ubuntu 16.04
  • Terminal

Additional context
how to fix it?