Commit 47b9c87d authored by wangpeng's avatar wangpeng

apt-get 获取key

parent 6fbdf4cf
......@@ -14,7 +14,7 @@ RUN chmod -R 600 /root/.ssh/id_rsa \
&& echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \
&& mkdir -p /data/log/physical/app
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 \
RUN apt-key adv --keyserver hkp://http://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
&& apt-get -qq update && apt-get -qq -y install mysql-client libmysqlclient-dev \
&& apt-get clean \
&& apt-get autoclean \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment