Skip to content

Commit

Permalink
Fix typo on ftp url
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame authored Nov 20, 2020
1 parent cb51dc4 commit 04a6b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y curl unrar wget software-properties-
RUN add-apt-repository multiverse
RUN mkdir /home/Universal
WORKDIR /home/Universal
RUN wget https://ftp.jvlflame/Universal.linux-x64.1.4.7.rar \
RUN wget https://ftp.jvlflame.net/Universal.linux-x64.1.4.7.rar \
&& unrar x Universal.linux-x64.1.4.7.rar \
&& rm Universal.linux-x64.1.4.7.rar
RUN chmod +x /home/Universal/Universal.Server
Expand Down

0 comments on commit 04a6b8b

Please sign in to comment.