Removed imagick install (now provided by upstream 7.3)

This commit is contained in:
2019-11-01 06:54:37 -05:00
parent 6da4231427
commit 0cb27de924
5 changed files with 24 additions and 6 deletions
+10
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker pull webdevops/php-nginx:ubuntu-14.04
docker build $1\
-t bkraul/php-nginx:ubuntu-14.04-samba \
.
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
docker push bkraul/php-nginx:ubuntu-14.04-samba