zyx 2 vuotta sitten
vanhempi
commit
0d8a35c0cb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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