blob: 85a0e50e9a19f7c7dc4446d7ab72a7821476619d [file] [log] [blame]
Serge Bazanskib2d6b112019-07-30 13:07:04 +02001FROM ubuntu:bionic-20190515
2
3RUN set -e -x ;\
4 export DEBIAN_FRONTEND=noninteractive ;\
5 apt-get -y update ;\
6 apt-get -y install \
7 ca-certificates \
8 rsync ;\
9 rm -rf /var/lib/apt/lists