zwv9 commited on
Commit
da02f8b
1 Parent(s): f02bed7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
- FROM oven/bun:1 as base
2
  WORKDIR /code
3
 
 
4
  RUN git clone https://github.com/0zl/phr.git .
5
  RUN bash scripts/dependencies_no_browser.sh
6
 
 
1
+ FROM oven/bun:1
2
  WORKDIR /code
3
 
4
+ RUN apt install -y git
5
  RUN git clone https://github.com/0zl/phr.git .
6
  RUN bash scripts/dependencies_no_browser.sh
7