Removed imagick install (now provided by upstream 7.3)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM webdevops/php-nginx:ubuntu-14.04
|
||||
MAINTAINER Belman Kraul <bkraul@belmankraul.com>
|
||||
|
||||
RUN set -x \
|
||||
&& apt update \
|
||||
# install pre-requisites.
|
||||
&& apt install smbclient samba-common -y \
|
||||
# perform image cleanup.
|
||||
&& docker-run-bootstrap \
|
||||
&& docker-image-cleanup
|
||||
Reference in New Issue
Block a user