diff --git a/Dockerfile b/Dockerfile
index 2c73a3c0444d9936cde5fc67f02ba764725eb857..8f351440e3c763ebe8216d314158306f54e44284 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,8 @@ COPY . .
 # We do a development install because react-styleguidist is a dev dependency and we want to run tests
 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}