zyx 2 년 전
부모
커밋
32e6696e01
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,5 +1,6 @@
 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 libssl-dev
+RUN apt-get clean && apt-get update \
+RUN apt-get install -y libssl-dev openssl
 ADD rust-docker /rust-docker
 CMD ["/rust-docker"]