Skip to content

Heroku CLI hangs when installed within a docker container #132

@lox

Description

@lox

When trying to install the Heroku CLI in a docker container, it seems to hang at:

Installing Heroku Toolbelt v4... done.
For more information on Toolbelt v4: https://github.com/heroku/heroku-cli
heroku-cli: Adding dependencies... done
heroku-cli: Installing core plugins...

Indefinitely. Using an ubuntu:14.04 base image and installing with:

RUN wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh \
  && heroku plugins:install heroku-docker

Any ideas?

My docker file looks like:

FROM ubuntu:14.04
RUN apt-get update -y && apt-get install -y wget
RUN wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh \
  && heroku plugins:install heroku-docker

I'm running this within another docker container in our CI environment (Buildkite).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions