From ba228480522413a6b0970db2e513b9ac049b4bc3 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 24 Oct 2022 17:47:07 +0200 Subject: [PATCH] Update docker image in pipelines --- Dockerfile | 1 + bitbucket-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 454c9569..12dffb05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,4 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash RUN apt-get install nodejs -y RUN apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb -y RUN apt-get install postgresql postgresql-contrib -y +RUN npm install -g npm@8 diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6ee9c0f6..d5410e98 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,7 +4,7 @@ # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: - name: iterativ/skillbox-test@sha256:7c1a2e4036da4f7a70976edde7d2271b928a2dc6b7543aef0b3634cb0ccad13a + name: iterativ/skillbox-test@sha256:44ac62db8daa8149c2456c6cadd5c381a0680ad4c3680fb4ac151494cf8ef5ea clone: