zyx 2 年之前
父节点
当前提交
739e561093
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 FROM debian
 RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list
-RUN apt-get clean && apt-get update && apt-get install openssl
+RUN apt-get clean && apt-get update && apt-get install apt-utils && apt-get install  openssl
 ADD rust-docker /rust-docker
 CMD ["/rust-docker"]