yfukasawa/LongQC

docker script is broken

Opened this issue · 0 comments

docker build -t longqc .
Sending build context to Docker daemon 3.072kB
Step 1/13 : FROM continuumio/miniconda3
---> b4adc22212f1
Step 2/13 : MAINTAINER Yoshinori Fukasawa yoshinori.fukasawa@kaust.edu.sa
---> Using cache
---> cda2646393e1
Step 3/13 : LABEL base_image="miniconda3"
---> Using cache
---> acb06b3fe859
Step 4/13 : LABEL software="LongQC docker"
---> Using cache
---> 64073c87d344
Step 5/13 : LABEL software.version="1.2"
---> Using cache
---> 8cd02f212aa3
Step 6/13 : RUN apt-get clean all && apt-get update && apt-get upgrade -y && apt-get install -y git build-essential libc6-dev zlib1g-dev && apt-get clean && apt-get purge
---> Running in 835e4e58a8ac
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Reading package lists...
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
The command '/bin/sh -c apt-get clean all && apt-get update && apt-get upgrade -y && apt-get install -y git build-essential libc6-dev zlib1g-dev && apt-get clean && apt-get purge' returned a non-zero code: 100