Skip to content

Difference between docker hub image and docker file on github #106

@Medel

Description

@Medel

Is there a difference between the docker hub image and the docker file on github?
If I try the to run with the docker file there are errors.

  1. Error with the key:
    && mkdir -p /usr/local/share/keyrings \ && wget -q -O /usr/local/share/keyrings/mopidy-archive-keyring.gpg https://apt.mopidy.com/mopidy.gpg \
    With me works:
    && mkdir -p /etc/apt/keyrings \ && wget -q -O /etc/apt/keyrings/mopidy-archive-keyring.gpg https://apt.mopidy.com/mopidy.gpg \
  2. INSTALL SPOTIFY WORKAROUND does not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions