Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@ RUN apt update && apt install -y git
|
|
5 |
RUN git clone https://github.com/0zl/phr.git .
|
6 |
RUN bash scripts/dependencies_no_browser.sh
|
7 |
|
|
|
8 |
RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
9 |
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
|
10 |
RUN rm google-chrome-stable_current_amd64.deb
|
|
|
5 |
RUN git clone https://github.com/0zl/phr.git .
|
6 |
RUN bash scripts/dependencies_no_browser.sh
|
7 |
|
8 |
+
RUN apt install -y curl
|
9 |
RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
10 |
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
|
11 |
RUN rm google-chrome-stable_current_amd64.deb
|