Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Dec 14, 2023
1 parent e227c9a commit 12b407a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1


#ENV
ENV DEBIAN_FRONTEND noninteractive
# a few environment variables to make NPM installs easier
Expand All @@ -13,6 +14,8 @@ ENV npm_config_unsafe_perm=true
# https://github.com/SeleniumHQ/docker-selenium/issues/87
ENV DBUS_SESSION_BUS_ADDRESS=/dev/null

USER root

RUN apt update -y && \
apt install -y \
unzip \
Expand Down

0 comments on commit 12b407a

Please sign in to comment.