zyx %!s(int64=2) %!d(string=hai) anos
pai
achega
739e561093
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]