Skip to content

need help installing node #143

@greaber

Description

@greaber

Hi, I want to install node to use the Azure node api for archiving WAL. I thought I could just copy the apt commands in the Dockerfile like this:

RUN set -x \
    && apt-get update \
    && apt-get install -y --no-install-recommends ca-certificates wget \
    && wget -O /tmp/setup_5.x https://deb.nodesource.com/setup_5.x \
    && bash < /tmp/setup_5.x
    && apt-get install -y nodejs

but I am getting a bunch of errors from the apt commands, and it doesn't work. I find apt a confusing program that I hope one day docker can make obsolete. What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions