Testing with ChromeDriver
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 16 |
&& apt-get install -y google-chrome-stable && google-chrome-stable --version \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# Set up Xvfb and working directory
|
| 20 |
ENV DISPLAY=:99
|
| 21 |
RUN mkdir -p /tmp/.xvfb && chmod 1777 /tmp/.xvfb
|
|
|
|
| 16 |
&& apt-get install -y google-chrome-stable && google-chrome-stable --version \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
+
RUN apt-get update && apt-get install -y jq
|
| 20 |
+
|
| 21 |
# Set up Xvfb and working directory
|
| 22 |
ENV DISPLAY=:99
|
| 23 |
RUN mkdir -p /tmp/.xvfb && chmod 1777 /tmp/.xvfb
|