We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394c807 commit df9650aCopy full SHA for df9650a
flavour/aws/Dockerfile.flavour
@@ -13,9 +13,10 @@ RUN yum install -y sudo shadow-utils unzip tar net-tools curl && \
13
14
# AWS Sudo
15
16
-RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash - && \
17
- yum install -y nodejs && \
18
- npm install -g awsudo
+RUN yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y && \
+ yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1
+
19
+RUN npm install -g awsudo
20
21
# Flavour
22
0 commit comments