1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-15 18:13:19 +12:00

Merge branch 'hotfix/3.23.1'

This commit is contained in:
Michael Serajnik 2020-01-12 04:25:41 +01:00
commit 6c678d8120
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
2 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.23.1] - 2020-01-12
### Fixed
+ Removed unnecessary `gosu` package from Docker image builds
## [3.23.0] - 2020-01-12
### Removed
@ -322,7 +328,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
+ Initial release
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.0...develop
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.1...develop
[3.23.1]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.0...3.23.1
[3.23.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.22.0...3.23.0
[3.22.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.21.0...3.22.0
[3.21.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.20.0...3.21.0

View file

@ -16,7 +16,6 @@ RUN \
apt-get update && apt-get install --no-install-recommends -y \
build-essential \
ffmpeg \
gosu \
multiarch-support \
wget && \
dpkg -i libjpeg8_8d-2_amd64.deb && \