Update docker image in pipelines
This commit is contained in:
parent
a6ec2d9480
commit
ba22848052
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue