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:
parent
c37e773016
commit
bbd9df6049
19 changed files with 24 additions and 26 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue