Overhaul The User Management Dashboard

Hi, Robby!

I have an error, when trying to start openmrs id

docker-compose up -d

ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.

Any thoughts? I am using last version of https://github.com/openmrs/openmrs-contrib-id

UPD: Fixed this with updating docker-compose from version 1.5.2 to 1.7.1

UPD2: Failed with another error:

Step 2 : RUN apk add --update bash openssl git perl python build-base && apk add gosu --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && apk add dockerize --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community && addgroup dashboard && adduser -s /bin/bash -D -G dashboard dashboard ---> Running in c13a402ce109 fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.4/main: temporary error (try again later) WARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.4/community: temporary error (try again later) WARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory ERROR: unsatisfiable constraints: bash (missing): required by: world[bash] build-base (missing): required by: world[build-base] git (missing): required by: world[git] openssl (missing): required by: world[openssl] perl (missing): required by: world[perl] python (missing): required by: world[python] ERROR: Service 'web' failed to build: The command '/bin/sh -c apk add --update bash openssl git perl python build-base && apk add gosu --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && apk add dockerize --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community && addgroup dashboard && adduser -s /bin/bash -D -G dashboard dashboard' returned a non-zero code: 6