2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00

Fixing some issues:

- explicit exec entrypoint.sh
- Adding "shadow" support
- Adding "usermod" calls for setting username
- Remove superfluous $PHPIZE_DEPS from debian package
This commit is contained in:
Philipp Holzer 2020-01-03 19:20:20 +01:00
commit bbd9df6049
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
19 changed files with 24 additions and 26 deletions

View file

@ -23,7 +23,6 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
mysql-client \
bash \
$PHPIZE_DEPS \
libpng-dev \
libjpeg62-turbo-dev \
libtool \