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