代码拉取完成,页面将自动刷新
FROM debian
MAINTAINER wkk<[email protected]>
ADD sources.list /etc/apt
RUN apt-get update
RUN apt-get -y install sudo
RUN apt-get -y install gzip
RUN apt-get -y install wget
RUN apt-get -y install apt-transport-https ca-certificates
RUN apt-get -y install binutils
RUN apt-get -y install python3 python3-pip
RUN apt-get -y install gdb gdbserver
RUN apt-get -y install vim
RUN apt-get -y install git
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN apt-get -y install cmake
RUN apt-get -y install default-jdk
RUN apt-get -y install curl
RUN apt-get -y install zlib1g zlib1g-dev
RUN apt-get -y install redis-server
RUN apt-get -y install zookeeper
RUN apt-get -y install zookeeperd
RUN apt-get -y install uuid-dev
RUN mkdir /home/plato
RUN git clone https://gitee.com/dennis-kk/plato.git /home/plato
RUN chmod +x /home/plato/install.sh
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。