Ver Fonte

clean zip

maxmind há 8 meses atrás
pai
commit
60b5aa287f
1 ficheiros alterados com 2 adições e 1 exclusões
  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