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

Docker build now fails #198

Open
rpgoldman opened this issue Feb 23, 2022 · 4 comments
Open

Docker build now fails #198

rpgoldman opened this issue Feb 23, 2022 · 4 comments

Comments

@rpgoldman
Copy link
Contributor

I'm trying this on an arm 64 Mac, and I get this error:

#11 1.717 Reading state information...
#11 1.771 E: Unable to locate package sbt
------
executor failed running [/bin/sh -c apt-get update -y &&     apt-get install -y               sbt]: exit code: 100

I don't think this is a Mac issue, though, it looks like there's something about the attempt to pull sbt from the Debian repo.

Looking at the deb repository here https://scala.jfrog.io/ui/native/debian looks like there are plenty of sbt packages available. The exit code: 100 isn't exactly self-explanatory.

@balhoff
Copy link
Member

balhoff commented Feb 23, 2022

I'm hoping to update the docker build procedure in the near future. This is built into the sbt-native-packager, which owlery already uses.

@rpgoldman
Copy link
Contributor Author

I'm actually not sure what sbt-native-packager even means!

@rpgoldman
Copy link
Contributor Author

I'll go back to using the image you posted, thanks!

@balhoff
Copy link
Member

balhoff commented Feb 23, 2022

I'm actually not sure what sbt-native-packager even means!

https://sbt-native-packager.readthedocs.io/en/stable/

Just a build plugin for Scala which helps output to various kinds of runnable things.

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