Dockerfile derp remove psutils add procps

This commit is contained in:
David Personette 2016-10-21 07:36:47 -04:00
parent 778e3e51d7
commit 73d97dc916

View File

@ -4,7 +4,7 @@ MAINTAINER David Personette <dperson@gmail.com>
# Install samba
RUN export DEBIAN_FRONTEND='noninteractive' && \
apt-get update -qq && \
apt-get install -qqy --no-install-recommends psutils samba \
apt-get install -qqy --no-install-recommends procps samba \
$(apt-get -s dist-upgrade|awk '/^Inst.*ecurity/ {print $2}') &&\
useradd -c 'Samba User' -d /tmp -M -r smbuser && \
sed -i 's|^\( log file = \).*|\1/dev/stdout|' /etc/samba/smb.conf && \