Skip to content

Commit 33eb13f

Browse files
authored
Update Dockerfile
1 parent a1e2cb7 commit 33eb13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /opt/SmartFoxServer_2X
2222
RUN wget -q https://www.smartfoxserver.com/downloads/sfs2x/patches/SFS2X-Patch-${SFS_PATCH}.zip \
2323
&& unzip SFS2X-Patch-${SFS_PATCH}.zip \
2424
&& cd SFS2X-Patch-${SFS_PATCH} \
25-
&& bash ./install-linux.sh \
25+
&& ./install-linux.sh \
2626
&& cd .. \
2727
&& rm -rf SFS2X-Patch-${SFS_UPDATE}.zip SFS2X-Patch-${SFS_PATCH}
2828

0 commit comments

Comments
 (0)