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 image v0.1.1 bloated #19

Open
SamuelWAnderson45 opened this issue Mar 20, 2020 · 0 comments
Open

Docker image v0.1.1 bloated #19

SamuelWAnderson45 opened this issue Mar 20, 2020 · 0 comments

Comments

@SamuelWAnderson45
Copy link

The size of the eosio/eosio-web-ide image has jumped from 828.68 MB to 1012.95 MB from version v0.1.0 to v0.1.1
The main culprit appears to be this command

tar -xjf boost_1_72_0.tar.bz2  && cd boost_1_72_0  && ... && rm -rf boost_1_72_0.tar.bz2 boost_1_71_0

You are rming boost_1_71_0 instead of boost_1_72_0.

Also the eos install step has doubled in size, but that may just be the difference between eos 1.8.2 and 2.0.0

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

1 participant