-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
I'm trying to install the acousticbrainz-server but the install fails at Step 5/23.
ERROR: Service 'webserver' failed to build: The command '/bin/bash -o pipefail -c wget -q -O - https://deb.nodesource.com/setup_12.x | bash - && apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates git ipython libavcodec-dev libavformat-dev libavutil-dev libavresample-dev libffi-dev libfftw3-dev libpq-dev libsamplerate0-dev libqt4-dev libssl-dev libtag1-dev libxml2-dev libxslt1-dev libyaml-dev nodejs pkg-config pxz python-dev python-numpy-dev python-numpy swig2.0 && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 5
Steps I went through to reach this error:
- Installed docker and docker-compose
- Downloaded acousticbrainz-server zip from github
- unzipped it
- renamed config.py.example to config.py
- renamed profile.conf.in.sample to profile.conf.in
- entered v2.1_beta1 into profile.conf.in
- ran script "sudo ./develop.sh build"
I'm new to docker, so any help would be appreciated. Thanks.