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




commit 3201f5239b21080b772e38c86c5b0a9cce5cc2e0
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.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1070>

 .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]