Skip to content

Commit

Permalink
Add missing libs for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Oct 1, 2020
1 parent 3a5421a commit de362e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/integration_tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
libgconf-2-4 \
libnss3-tools \
ntp \
wget
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN wget -q https://deb.nodesource.com/setup_12.x -O - | bash -
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list
RUN apt-get update && apt-get install -y --no-install-recommends \
google-chrome-stable \
libxss1 \
nodejs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit de362e2

Please sign in to comment.