[epiphany/mcatanzaro/ci-pull: 2/3] ci: unbreak CI image generation with latest alpine




commit 7819091e9f20e2e113cf2399eaff8edce434ede5
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Feb 9 15:12:17 2022 -0600

    ci: unbreak CI image generation with latest alpine
    
    The npm package name changed.

 .gitlab-ci/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 389c3aad1..2e14485e3 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:latest
 
-RUN apk update && apk add uncrustify bash python3 nodejs nodejs-npm
+RUN apk update && apk add uncrustify bash python3 nodejs npm
 RUN npm install -g eslint
 
 ARG HOST_USER_ID=guest


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]