354:23e5b4d4f272 default tip
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Apr 2020 19:01:24 +0800
tests: update a link

previous change 343:0066f465254c

dockerfiles/ubuntu-bionic

Permissions: -rw-r--r--

Other formats: Feeds:
FROM ubuntu:bionic
ENV LC_ALL C.UTF-8
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2.7 \
python3 \
build-essential \
git \
mercurial \
python-yaml \
luarocks \
unzip \
npm \
virtualenv \
shellcheck \
&& rm -rf /var/lib/apt/lists/*
RUN useradd worker --create-home --user-group