Update node version in docker image
This commit is contained in:
parent
366bd818d7
commit
49ccdc3c68
|
|
@ -2,7 +2,7 @@ FROM python:3.8.10
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
RUN pip install pipenv
|
RUN pip install pipenv
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash
|
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
|
||||||
RUN apt-get install nodejs -y
|
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 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 apt-get install postgresql postgresql-contrib -y
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# -----
|
# -----
|
||||||
# You can specify a custom docker image from Docker Hub as your build environment.
|
# You can specify a custom docker image from Docker Hub as your build environment.
|
||||||
image:
|
image:
|
||||||
name: iterativ/skillbox-test@sha256:44ac62db8daa8149c2456c6cadd5c381a0680ad4c3680fb4ac151494cf8ef5ea
|
name: iterativ/skillbox-test@sha256:60d6bb808a9f0ff7b158192866a18eb7a5381a12621184c17bf5a4fb55384362
|
||||||
|
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue