Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Dockerfile: Cannot add PPA: jonathonf #19

Open
0xKurt opened this issue Dec 10, 2020 · 1 comment
Open

Dockerfile: Cannot add PPA: jonathonf #19

0xKurt opened this issue Dec 10, 2020 · 1 comment

Comments

@0xKurt
Copy link

0xKurt commented Dec 10, 2020

Step 4/11 : RUN add-apt-repository ppa:jonathonf/python-3.6 -y && apt-get update && apt-get install python3.6 -y && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2
---> Running in e3ede42fcce2
Cannot add PPA: 'ppa:~jonathonf/ubuntu/python-3.6'.
The user named '~jonathonf' has no PPA named 'ubuntu/python-3.6'
Please choose from the following available PPAs:

  • 'ansible': Ansible
  • 'atslang': ATS2 programming language
  • 'backports': Backport collection
  • 'barrier': Barrier
  • 'bazel': Bazel
  • 'byobu': Byobu
  • 'calibre': Calibre
  • 'clementine': Clementine
  • 'compton': Compton
  • 'cpan': Packaged CPAN modules
  • 'debhelper': debhelper
  • 'debhelper-10': debhelper 10
  • 'debhelper-11': debhelper 11
  • 'debhelper-12': debhelper 12
  • 'debhelper-trusty': debhelper for trusty
    The command '/bin/sh -c add-apt-repository ppa:jonathonf/python-3.6 -y && apt-get update && apt-get install python3.6 -y && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2' returned a non-zero code: 1

possible solution (not fully tested yet): add-apt-repository ppa:deadsnakes/ppa instead of add-apt-repository ppa:jonathonf/python-3.6

@marwan2
Copy link

marwan2 commented May 29, 2022

Same issue here, still not fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants