maxmind 8 mesi fa
parent
commit
60b5aa287f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -11,7 +11,8 @@ RUN wget https://github.com/maidsafe/autonomi/releases/download/stable-${VERSION
     && unzip -d ./temp ${VERSION}.autonomi.x86_64-unknown-linux-musl.zip \
     && mv temp/antnode . \
     && chmod +x antnode \
-    && rm -rf temp
+    && rm -rf temp \
+	&& rm ${VERSION}.autonomi.x86_64-unknown-linux-musl.zip
 
 COPY entrypoint.sh entrypoint.sh