Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pch18 authored Aug 2, 2019
1 parent 4e05a8c commit 3620786
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 @@ -17,7 +17,7 @@ RUN mkdir -p /www/letsencrypt \
RUN cd /home \
&& yum -y update \
&& yum -y install wget openssh-server \
&& echo 'Port 63322' > /etc/ssh/ssh_config \
&& echo 'Port 63322' > /etc/ssh/sshd_config \
&& wget -O install.sh http://download.bt.cn/install/install_6.0.sh \
&& echo y | bash install.sh \
&& python /set_default.py \
Expand Down

0 comments on commit 3620786

Please sign in to comment.