Invalid url in keycloak Dockerfile
When trying to run docker-compose locally the build fails in the file ops/containers/keycloak/Dockerfile
at step:
RUN curl http://central.maven.org/maven2/org/mindrot/jbcrypt/0.4/jbcrypt-0.4.jar > /tmp/jbcrypt-0.4.jar
The specified URL seems to not exist at all? Could it be http://repo.maven.apache.org/maven2/org/mindrot/jbcrypt/0.4/jbcrypt-0.4.jar instead?