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
|
||||
Executable
+6
@@ -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 \
|
||||
.
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push bkraul/php-nginx:ubuntu-14.04-samba
|
||||
|
||||
Reference in New Issue
Block a user