• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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