Skip to content

Commit

Permalink
fix: update e2e docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 31, 2020
1 parent 7e2b6cb commit 2ce0f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Dockerfile-e2e-env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM circleci/golang:1.14-node

RUN sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 xvfb
RUN sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb

0 comments on commit 2ce0f14

Please sign in to comment.