Files
enviPy-bayer/static/js/ketcher2/node_modules/chromedriver/Dockerfile
2025-06-23 20:13:54 +02:00

10 lines
546 B
Docker

FROM ubuntu:16.04
MAINTAINER Giovanni Bassi <giggio@giggio.net>
RUN mkdir /app
WORKDIR /app
RUN apt-get update && \
apt-get install -y git curl build-essential vim libfontconfig1 libgconf-2-4 libnss3
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.4/install.sh | bash
RUN [ "/bin/bash", "-c", "source $HOME/.nvm/nvm.sh && nvm i 0.12 && nvm i 4 && nvm i 6 && nvm i 7 && nvm alias default 7" ]
RUN git clone https://github.com/giggio/node-chromedriver.git . && git remote add ssh git@github.com:giggio/node-chromedriver.git