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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
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
 
 
1
  FROM oven/bun:1
2
  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