We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e2cb7 commit 33eb13fCopy full SHA for 33eb13f
Dockerfile
@@ -22,7 +22,7 @@ WORKDIR /opt/SmartFoxServer_2X
22
RUN wget -q https://www.smartfoxserver.com/downloads/sfs2x/patches/SFS2X-Patch-${SFS_PATCH}.zip \
23
&& unzip SFS2X-Patch-${SFS_PATCH}.zip \
24
&& cd SFS2X-Patch-${SFS_PATCH} \
25
- && bash ./install-linux.sh \
+ && ./install-linux.sh \
26
&& cd .. \
27
&& rm -rf SFS2X-Patch-${SFS_UPDATE}.zip SFS2X-Patch-${SFS_PATCH}
28
0 commit comments