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

equivalent repos from ubuntu in alpine #295

Closed
javixeneize opened this issue Jun 13, 2017 · 4 comments
Closed

equivalent repos from ubuntu in alpine #295

javixeneize opened this issue Jun 13, 2017 · 4 comments
Labels

Comments

@javixeneize
Copy link

Hi

I have an ubuntu image that is kind of a monster (1.4gb) and i need to reduce it a bit

However, i need to install some python dependencies, and oracle java as well

RUN apt-get install -y python-pip python-dev build-essential libssl-dev libffi-dev
RUN apt-get install -y software-properties-common &&
add-apt-repository ppa:webupd8team/java -y &&
apt-get update &&
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections &&
apt-get install -y oracle-java8-installer &&
apt-get clean

What would be the equivalent to this in alpine?

Thanks

@andyshinn
Copy link
Contributor

Oracle Java will be a blocker if you cannot run on OpenJDK. There is no Oracle Java in Alpine.

@javixeneize
Copy link
Author

javixeneize commented Jun 13, 2017 via email

@andyshinn
Copy link
Contributor

andyshinn commented Jun 13, 2017

That is up to Oracle, not Alpine. Oracle needs to support the musl libc library instead of just glibc. The thread available on that topic already is #11.

@ncopa
Copy link
Collaborator

ncopa commented Jun 14, 2017

Oracle is working on official support for Alpine Linux (and musl libc). You can test the JDK 9 Early-Access build for Alpine: http://jdk.java.net/9/

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

No branches or pull requests

3 participants