-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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
Labels
No labels