Fish Wang says to YSITDFROM ubuntu RUN apt-get update RUN apt-get install -y sudo tmux nano vim curl wget nodejs build-essential libpython2.7 python3 less RUN addgroup ubuntu RUN useradd ubuntu -s /bin/bash -m -g ubuntu -G sudo RUN passwd ubuntu -d RUN bash -c "echo ubuntu ALL=NOPASSWD: ALL > /etc/sudoers.d/myOverrides" WORKDIR /home/ubuntu COPY executer.js executer.js COPY runner/*.js runner/at Mon, May 9, 2016 11:39 PM