aheil / aheil/docker-ttrss

Issue with docker-php-ext-configure gd

Abierto
#12 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Shell
Estrellas
9
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi, running `docker compose up` the build fails with:
```
configure: error: unrecognized options: --with-freetype-dir, --with-png-dir, --with-jpeg-dir
ERROR: Service 'ttrss_php' failed to build:
```
I think it is related to this: https://github.com/docker-library/php/issues/912#issuecomment-559918036

Changing ` docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr && \` to `docker-php-ext-configure gd --with-freetype --with-jpeg && \` seemed to fix it.

Edit: actually I spoke too soon, its still failing but I think its a different error.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.