|
|
|
@ -55,7 +55,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
|
|
|
|
&& apt-get -y install --no-install-recommends ${DEPENDENCIES} \ |
|
|
|
|
&& apt-get -y install --no-install-recommends ${TOOLS} \ |
|
|
|
|
&& mkdir -p /root/.ssh/ \ |
|
|
|
|
&& echo -e "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null\n\tCiphers +aes128-cbc\n\tKexAlgorithms +diffie-hellman-group1-sha1\n\tHostKeyAlgorithms +ssh-rsa" > /root/.ssh/config \ |
|
|
|
|
&& echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null\n\tCiphers +aes128-cbc\n\tKexAlgorithms +diffie-hellman-group1-sha1\n\tHostKeyAlgorithms +ssh-rsa" > /root/.ssh/config \ |
|
|
|
|
&& echo "set mouse-=a" > ~/.vimrc \ |
|
|
|
|
&& echo "no" | dpkg-reconfigure dash \ |
|
|
|
|
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales \ |
|
|
|
|