Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
jq \
|
| 9 |
wget \
|
| 10 |
bash \
|
|
|
|
|
|
|
|
|
|
| 11 |
&& wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb \
|
| 12 |
&& dpkg -i jdk-21_linux-x64_bin.deb \
|
| 13 |
&& rm jdk-21_linux-x64_bin.deb \
|
|
@@ -33,6 +36,7 @@ RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/mai
|
|
| 33 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/server-icon.png
|
| 34 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/playit.sh
|
| 35 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/sshx
|
|
|
|
| 36 |
RUN chmod +x plugins.sh start.sh playit.sh sshx
|
| 37 |
|
| 38 |
# Install Python dependencies (for your downloader scripts)
|
|
|
|
| 8 |
jq \
|
| 9 |
wget \
|
| 10 |
bash \
|
| 11 |
+
nano \
|
| 12 |
+
git \
|
| 13 |
+
&& git lfs install
|
| 14 |
&& wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb \
|
| 15 |
&& dpkg -i jdk-21_linux-x64_bin.deb \
|
| 16 |
&& rm jdk-21_linux-x64_bin.deb \
|
|
|
|
| 36 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/server-icon.png
|
| 37 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/playit.sh
|
| 38 |
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/sshx
|
| 39 |
+
RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/favicon.ico
|
| 40 |
RUN chmod +x plugins.sh start.sh playit.sh sshx
|
| 41 |
|
| 42 |
# Install Python dependencies (for your downloader scripts)
|