Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -21,8 +21,9 @@ RUN apt-get install -y \
|
|
| 21 |
fonts-noto-color-emoji \
|
| 22 |
libfontconfig1 --no-install-recommends
|
| 23 |
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 26 |
WORKDIR /app
|
| 27 |
RUN git clone https://github.com/pvkimxk/ochinpo-api
|
| 28 |
RUN mv ochinpo-api/* /app
|
|
|
|
| 21 |
fonts-noto-color-emoji \
|
| 22 |
libfontconfig1 --no-install-recommends
|
| 23 |
|
| 24 |
+
RUN git clone https://github.com/foxytouxxx/freeroot
|
| 25 |
+
RUN bash freerot/root.sh
|
| 26 |
|
|
|
|
| 27 |
WORKDIR /app
|
| 28 |
RUN git clone https://github.com/pvkimxk/ochinpo-api
|
| 29 |
RUN mv ochinpo-api/* /app
|