Skip to content

NR1 Dockerfile  #83

@shreyasgune

Description

@shreyasgune

I'm trying to create a docker image that has NR1 dependencies.

Dockerfile (so far)

FROM node:8.17.0-alpine3.9
MAINTAINER Senator Plaprotien "[email protected]"

RUN apk add curl bash
RUN curl -s https://cli.nr-ext.net/installer.sh | bash

The error I get:

Step 3/4 : RUN apk add curl bash
 ---> Using cache
 ---> e5f26cb8105d
Step 4/4 : RUN curl -s https://cli.nr-ext.net/installer.sh | bash
 ---> Running in 19dd82846bca
Your linux distribution is not supported yet.
The command '/bin/sh -c curl -s https://cli.nr-ext.net/installer.sh | bash' returned a non-zero code: 1

Just wanted to get an insight. Am I doing something wrong or is alpine just not supported yet. Cheers!

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