Skip to content
Snippets Groups Projects
Commit 3e125081 authored by Jure's avatar Jure
Browse files

ci: add missing dependencies for cypress

parent d3750ead
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ COPY . . ...@@ -11,6 +11,8 @@ COPY . .
# We do a development install because react-styleguidist is a dev dependency and we want to run tests # We do a development install because react-styleguidist is a dev dependency and we want to run tests
RUN [ "yarn", "install", "--frozen-lockfile" ] RUN [ "yarn", "install", "--frozen-lockfile" ]
# Install dependencies for Cypress
RUN apt-get -y update && apt-get -y install xvfb libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
ENV NODE_ENV ${NODE_ENV} ENV NODE_ENV ${NODE_ENV}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment