Anton Shestakov <av6@dwimlabs.net>, Sun, 09 Feb 2020 21:06:53 +0800
checker: add more options to firejail profile
dockerfiles/ubuntu-bionic
Permissions: -rw-r--r--
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
RUN useradd worker --create-home --user-group