Updates the Dockefile to request a newer nodejs base image.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 22 Jan 2021 16:50:53 +0000 (13:50 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 22 Jan 2021 16:50:53 +0000 (13:50 -0300)
Refs #17256

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

docker/Dockerfile

index f138e842e00d46940f915b29ac8e433afda5b9fd..ec84a9306e533e1448d34296df3f3f05a500f310 100644 (file)
@@ -2,14 +2,14 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM node:8-buster
+FROM node:10.23.1-buster
 LABEL maintainer="Arvados Package Maintainers <packaging@arvados.org>"
 
 RUN echo deb http://deb.debian.org/debian buster-backports main >> /etc/apt/sources.list.d/backports.list
 RUN apt-get update && \
     apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
     libsecret-1-0 libsecret-1-dev rpm ruby ruby-dev rubygems build-essential \
-    libpam0g-dev && \
+    libpam0g-dev libgbm1 && \
     apt-get clean
 RUN apt-get -yq --no-install-recommends -t buster-backports install golang-go && \
     apt-get clean