• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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