php-nginx/ubuntu-14.04-samba/Dockerfile

11 lines
285 B
Docker

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