Skip to content

Commit

Permalink
Add JPEG support to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Phocacius committed Aug 26, 2024
1 parent 26aab9c commit 9c51895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## next bugfix release (4.0.1)
- [Docker] Support ARM64 architecture ([PR#130](https://github.com/mapbender/mapbender-starter/pull/130))
- [Docker] Add JPEG support ([PR#132](https://github.com/mapbender/mapbender-starter/pull/132))
- Ignore deprecation notices in production logs ([PR#131](https://github.com/mapbender/mapbender-starter/pull/131))

## v4.0.0
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN docker-php-ext-install pdo_pgsql
RUN docker-php-ext-configure gd --with-jpeg --with-freetype
RUN docker-php-ext-install curl gd intl mbstring zip bz2 xml pdo_sqlite ldap
RUN docker-php-ext-install opcache

Expand Down

0 comments on commit 9c51895

Please sign in to comment.