blob: 85a0e50e9a19f7c7dc4446d7ab72a7821476619d [file] [log] [blame]
FROM ubuntu:bionic-20190515
RUN set -e -x ;\
export DEBIAN_FRONTEND=noninteractive ;\
apt-get -y update ;\
apt-get -y install \
ca-certificates \
rsync ;\
rm -rf /var/lib/apt/lists