There was an issue while trying to deploy a fresh building based on latest Kali docker image.
It seems like Kali signatures must be updated after apt interactions, so a preventive update of signatures will be needed.
Sending build context to Docker daemon 128kB
Step 1/25 : FROM kalilinux/kali-linux-docker
---> 8ececeaf404d
Step 2/25 : MAINTAINER @viyatb viyat.bhalodia@owasp.org, @alexandrasandulescu alecsandra.sandulescu@gmail.com
---> Running in ea849a1c3ecd
Removing intermediate container ea849a1c3ecd
---> fbb7ff8ce6e7
Step 3/25 : RUN apt-get update --fix-missing && apt-get upgrade -y
---> Running in 4a967e11c9dd
Get:1 http://archive-4.kali.org/kali kali-rolling InRelease [30.5 kB]
Err:1 http://archive-4.kali.org/kali kali-rolling InRelease
The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
Fetched 30.5 kB in 1s (25.8 kB/s)
Reading package lists...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive-4.kali.org/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
...
...
...
python-minimal python-pip python-pip-whl python-pkg-resources python-pyasn1
python-secretstorage python-setuptools python-six python-wheel python-xdg
python2.7 python2.7-dev python2.7-minimal python3 python3-minimal python3.5
python3.5-minimal rename rsync sgml-base shared-mime-info ssl-cert sudo
sysstat ucf unzip x11-common x11-xkb-utils xauth xdg-user-dirs xfonts-base
xfonts-encodings xfonts-utils xkb-data xml-core xserver-common
xserver-xephyr xvfb xz-utils zlib1g-dev
0 upgraded, 234 newly installed, 0 to remove and 0 not upgraded.
Need to get 185 MB of archives.
After this operation, 760 MB of additional disk space will be used.
Err:1 http://http.kali.org/kali kali-rolling/main amd64 perl-modules-5.24 all 5.24.1-1
404 Not Found
Err:2 http://http.kali.org/kali kali-rolling/main amd64 libperl5.24 amd64 5.24.1-1
404 Not Found
Err:3 http://http.kali.org/kali kali-rolling/main amd64 perl amd64 5.24.1-1
404 Not Found
Err:4 http://http.kali.org/kali kali-rolling/main amd64 libpython2.7-minimal amd64 2.7.13-2
404 Not Found
Err:5 http://http.kali.org/kali kali-rolling/main amd64 python2.7-minimal amd64 2.7.13-2
404 Not Found
There was an issue while trying to deploy a fresh building based on latest Kali docker image.
It seems like Kali signatures must be updated after apt interactions, so a preventive update of signatures will be needed.