RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime  --设置时区 解决差8小时问题
RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak 
RUN echo " " > /etc/apt/sources.list 
RUN echo "deb http://mirrors.aliyun.com/debian jessie main" >> /etc/apt/sources.list 
RUN echo "deb http://mirrors.aliyun.com/debian jessie-updates main" >> /etc/apt/sources.list 
RUN  apt-get clean
RUN  apt-get update
RUN  apt-get install -y libgdiplus  --安装图片

 

相关文章:

  • 2022-12-23
  • 2021-08-25
  • 2021-06-11
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
猜你喜欢
  • 2021-10-10
  • 2022-12-23
  • 2021-12-22
  • 2021-06-06
  • 2021-06-08
  • 2022-01-18
相关资源
相似解决方案