Adduser abc already in baseimage, x2 stops build.

This commit is contained in:
sparklyballs 2015-08-06 08:51:30 +01:00
parent 9df9e4d192
commit 81be70a009

View File

@ -25,11 +25,6 @@ ADD services/ /etc/service/
RUN chmod -v +x /etc/service/*/run
RUN chmod -v +x /etc/my_init.d/*.sh
#Addusera
RUN useradd -u 911 -U -s /bin/false abc
RUN usermod -G users abc
#Mappings
VOLUME /config
VOLUME /downloads