zwv9 commited on
Commit
c2701f7
1 Parent(s): ca5a790

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR /code
3
 
4
  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 bun install
9
  COPY . .
 
3
 
4
  RUN apt update && apt install -y git
5
  RUN git clone https://github.com/0zl/phr.git .
6
+ RUN bash scripts/dependencies.sh
7
 
8
  RUN bun install
9
  COPY . .