Lines Matching refs:RUN
20 RUN apt update \
23 RUN useradd -m -s /bin/bash $USER -u $UID -d $HOME \
27 RUN mkdir /source && chown -R $USER /source
28 RUN mkdir /output && chown -R $USER /output
29 RUN mkdir /working && chown -R $USER /working
30 RUN mkdir /static && chown -R $USER /static
41 RUN TOOLS_DIR=/static/tools /static/rebuild-internal.sh install_custom_scripts install_packages
61 RUN apt-get update \
67 RUN rm -f /lib/systemd/system/multi-user.target.wants/* \
79 RUN apt update \
84 RUN apt install -y dialog
86 RUN sed -i -r -e 's/^#{0,1}\s*PasswordAuthentication\s+(yes|no)/PasswordAuthentication yes/g' /etc/…