blob: cb5e7dbac9de0c22d1ce6c99b8bf50ee1218e570 [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 \
python3 ;\
rm -rf /var/lib/apt/lists