1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-06-10 14:44:51 +12:00

fix: remove unnecessary package

This commit is contained in:
Michael Serajnik 2020-01-12 04:23:53 +01:00
parent 4721a94795
commit a249299836
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Fixed
+ Removed unnecessary `gosu` package from Docker image builds
## [3.23.0] - 2020-01-12 ## [3.23.0] - 2020-01-12
### Removed ### Removed

View file

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