• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Problem installing Docker

TobiasP

Regular Pleskian
Hi,
I had Docker installed once before, removed it and now I want to install it again but the plesk installer gives me the following error:

Code:
Execution installer has failed with exit code 1, stdout: , stderr: W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR:root:Command '['apt-get', '-qq', 'update']' returned non-zero exit status 100
exit status 1

the content of my sources.list is as follows:

Code:
deb http://deb.debian.org/debian jessie main non-free contrib
deb-src http://deb.debian.org/debian jessie main non-free contrib
deb http://deb.debian.org/debian jessie-updates main non-free contrib
deb-src http://deb.debian.org/debian jessie-updates main non-free contrib
deb http://deb.debian.org/debian-security jessie/updates main non-free contrib
deb-src http://deb.debian.org/debian-security jessie/updates main non-free contrib
## Dotdeb Packages
##deb http://packages.dotdeb.org jessie all
##deb-src http://packages.dotdeb.org jessie all
deb http://updates.atomicorp.com/channels/tortix-common/debian jessie main

any ideas?
 
Back
Top