Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cc586ec9 authored by Philippe Depouilly's avatar Philippe Depouilly
Browse files

missing ca-certificates for nodejs

parent 7537e3d9
No related branches found
No related tags found
No related merge requests found
FROM registry.gitlab.inria.fr/memphis/neos:latest FROM registry.gitlab.inria.fr/memphis/neos:latest
USER root USER root
RUN apt-get update && apt-get install -y apache2 apache2-dev libgl1-mesa-dev xvfb RUN apt-get update && apt-get install -y apache2 apache2-dev libgl1-mesa-dev xvfb ca-certificates
RUN curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash - && \ RUN curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash - && \
apt install -y nodejs apt install -y nodejs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment