• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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