1
0
Fork 0

prodimage: add gnpug, use pl mirrors

Change-Id: I6245e9b1b127c5db574d58e35b5f3006551d795b
master
Serge Bazanski 2019-08-14 19:21:19 +02:00
parent 73b96184c7
commit bfcaedcf2b
2 changed files with 6 additions and 2 deletions

View File

@ -112,8 +112,8 @@ container_pull(
name = "prodimage-bionic",
registry = "registry.k0.hswaw.net",
repository = "q3k/prodimage",
tag = "20190810-1802",
digest = "sha256:ed0cbffacdb4bd62c193c753d2b6fb7e02115ce8571b0186ef3e1a12c031be38",
tag = "20190814-1915",
digest = "sha256:708fdaa7beb76dd2c9d2f3773a202d0f59309a79b59ec40753a729e4e44af588",
)
container_pull(

View File

@ -1,10 +1,14 @@
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 ;\