|
@@ -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 \
|
|
&& unzip -d ./temp ${VERSION}.autonomi.x86_64-unknown-linux-musl.zip \
|
|
|
&& mv temp/antnode . \
|
|
&& mv temp/antnode . \
|
|
|
&& chmod +x antnode \
|
|
&& chmod +x antnode \
|
|
|
- && rm -rf temp
|
|
|
|
|
|
|
+ && rm -rf temp \
|
|
|
|
|
+ && rm ${VERSION}.autonomi.x86_64-unknown-linux-musl.zip
|
|
|
|
|
|
|
|
COPY entrypoint.sh entrypoint.sh
|
|
COPY entrypoint.sh entrypoint.sh
|
|
|
|
|
|