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

running: opkg-install curl bash git - fails because bash package is missing. #8

Closed
pmario opened this issue Aug 10, 2014 · 3 comments
Closed

Comments

@pmario
Copy link

pmario commented Aug 10, 2014

The readme says:

## Using and installing packages

This image is meant to be used as the base image for Busybox-based containers. It includes glibc, uclibc, and opkg with an easy-to-use wrapper for installing packages from your Dockerfiles:

    FROM progrium/busybox
    RUN opkg-install curl bash git
    CMD ["/bin/bash"]
  • installing curl and git works, if you install them separately.
  • bash causes an Unknown package 'bash' error, which is confusing for newbie's like me :)
@ghost
Copy link

ghost commented Aug 22, 2014

See issues #1 and #4. Should be fixed as of 0152164.

@pmario
Copy link
Author

pmario commented Aug 22, 2014

thx for the info. Just a question. What was going on there?

@pmario pmario closed this as completed Aug 22, 2014
@ghost
Copy link

ghost commented Aug 22, 2014

There's a link toward the end of #4 that explains it. As far as I understand, they are migrating packages to github and some things were offline during the reshuffling. Probably will be some instability there for awhile but switching to release isn't a great option at the moment because they aren't providing x86_64 builds yet.

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