Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on the build step #7

Open
colinkingswood opened this issue Sep 14, 2023 · 1 comment
Open

Error on the build step #7

colinkingswood opened this issue Sep 14, 2023 · 1 comment

Comments

@colinkingswood
Copy link

Running the command to build the image, I get an error.

docker build -t schemaspy https://github.com/cywolf/schemaspy-docker.git

wget: bad address 'central.maven.org'
The command '/bin/sh -c apk --no-cache add     	busybox-extras     	graphviz ttf-ubuntu-font-family java-postgresql-jdbc &&     mkdir lib &&     wget -O lib/schemaspy.jar     	https://github.com/schemaspy/schemaspy/releases/download/v${SCHEMA_SPY_VERSION}/schemaspy-${SCHEMA_SPY_VERSION}.jar &&     wget -O lib/mysql-connector-java.jar     	http://central.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_VERSION}/mysql-connector-java-${MYSQL_VERSION}.jar &&     wget -O lib/sqlite-jdbc.jar     	http://central.maven.org/maven2/org/xerial/sqlite-jdbc/${SQL_LITE_VERSION}/sqlite-jdbc-${SQL_LITE_VERSION}.jar' returned a non-zero code: 1

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

No branches or pull requests

2 participants