mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Comment out google chrome installation from Dockerfile
This commit is contained in:
@@ -4,10 +4,11 @@ RUN curl -sL https://deb.nodesource.com/setup_11.x | bash -
|
|||||||
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
|
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
# Install Chrome (needed by Capybara). TODO: optional installation, only if needed
|
# Install Chrome (only needed for Capybara tests)
|
||||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
# Uncomment following lines if you need to run integration tests
|
||||||
RUN dpkg -i /google-chrome-stable_current_amd64.deb; apt-get -fy install
|
# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
RUN rm /google-chrome-stable_current_amd64.deb
|
# RUN dpkg -i /google-chrome-stable_current_amd64.deb; apt-get -fy install
|
||||||
|
# RUN rm /google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
ENV APP_ROOT /astuto
|
ENV APP_ROOT /astuto
|
||||||
RUN mkdir ${APP_ROOT}
|
RUN mkdir ${APP_ROOT}
|
||||||
|
|||||||
Reference in New Issue
Block a user