FROM webdevops/php-nginx:ubuntu-14.04 MAINTAINER Belman Kraul RUN set -x \ && apt update \ # install pre-requisites. && apt install smbclient samba-common -y \ # perform image cleanup. && docker-run-bootstrap \ && docker-image-cleanup