Browse Source

更新 'Dockerfile'

maxmind 7 months ago
parent
commit
7fc63ff40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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