Problem z instalacją dockera Debian 10

root@pc:~# curl -fsSL get.docker.com | sh

Executing docker install script, commit: 3d8fe77c2c46c5b7571f94b42793905e5b3e42e4

  • sh -c apt-get update -qq >/dev/null
    W: Skipping acquire of configured file ‘non-fee/binary-i386/Packages’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-pl’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-pl_PL’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-en’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
  • sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
  • sh -c curl -fsSL “https://download.docker.com/linux/debian/gpg” | apt-key add -qq - >/dev/null
    Warning: apt-key output should not be parsed (stdout is not a terminal)
  • sh -c echo “deb [arch=i386] https://download.docker.com/linux/debian buster stable” > /etc/apt/sources.list.d/docker.list
  • sh -c apt-get update -qq >/dev/null
    W: Skipping acquire of configured file ‘non-fee/binary-i386/Packages’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-pl’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-en’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
    W: Skipping acquire of configured file ‘non-fee/i18n/Translation-pl_PL’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)
  • [ -n ]
  • sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
    E: Pakiet docker-ce nie ma kandydata do instalacji

Spróbuj metodą manualną, a nie skryptem:

Pokaż plik sources.list bo chyba masz tam literówkę:

W: Skipping acquire of configured file ‘non-fee/binary-i386/Packages’ as repository ‘http://deb.debian.org/debian buster InRelease’ doesn’t have the component ‘non-fee’ (component misspelt in sources.list?)