FROM shellspec/openwrt:14.07 RUN mkdir /var/lock /home \ && opkg update && opkg install shadow-useradd \ && useradd -m user ENV SH=/bin/sh