Nodiw52992 commited on
Commit
b4b1bad
·
verified ·
1 Parent(s): 92c04ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  bash \
11
  nano \
12
  git \
 
13
  zip \
14
  unzip \
15
  git-lfs \
@@ -40,6 +41,7 @@ RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/mai
40
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/playit.sh
41
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/sshx
42
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/configs.zip
 
43
  RUN sed -i 's/\r$//' playit.sh
44
  RUN chmod +x plugins.sh start.sh playit.sh sshx
45
 
 
10
  bash \
11
  nano \
12
  git \
13
+ imagemagick \
14
  zip \
15
  unzip \
16
  git-lfs \
 
41
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/playit.sh
42
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/sshx
43
  RUN wget https://raw.githubusercontent.com/KnoxTheDev/main-server/refs/heads/main/configs.zip
44
+ RUN convert server-icon.png -resize 64x64 server-icon.png
45
  RUN sed -i 's/\r$//' playit.sh
46
  RUN chmod +x plugins.sh start.sh playit.sh sshx
47