Update Dockerfile
Browse files- 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 |
|