Added support for fpm (debian buster)

This commit is contained in:
2019-11-27 12:38:45 -06:00
parent e794a963e8
commit 5871baee0b
15 changed files with 115 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RUN set -ex; \
re2c \
samba-dev \
zlib-dev; \
apk add --no-cache libsmbclient; \
apk add --no-cache libsmbclient; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \
apk add --no-cache imagemagick; \