blob: 8603463b5a3f2605259ccf3ed73247748be2e47b [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 \
Sergiusz Bazanski1fad2e52019-08-01 20:16:27 +02008 rsync \
9 python \
10 python3 ;\
Serge Bazanskib2d6b112019-07-30 13:07:04 +020011 rm -rf /var/lib/apt/lists