aheil / aheil/docker-ttrss

Issue with docker-php-ext-configure gd

オープン
#12 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
9
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。