blob: 9cdf8a216f5396a2c0b0ed8d5c4d95ab618a1198 [file] [log] [blame]
FROM ubuntu:bionic-20190515
RUN set -e -x ;\
sed -i 's/archive/pl.archive/' /etc/apt/sources.list
RUN set -e -x ;\
export DEBIAN_FRONTEND=noninteractive ;\
apt-get -y update ;\
apt-get -y install \
ca-certificates \
gnupg2 \
rsync \
python \
gnupg2 \
python3 ;\
rm -rf /var/lib/apt/lists