Update Dockerfile (#332)

/data path should link to /root/.local/share/polkadot
This commit is contained in:
Jualy
2019-07-22 16:42:59 +08:00
committed by Bastian Köcher
parent 0815a25edf
commit 157cd9a217
+2 -2
View File
@@ -27,8 +27,8 @@ RUN mv /usr/share/ca* /tmp && \
rm -rf /usr/share/* && \
mv /tmp/ca-certificates /usr/share/ && \
rm -rf /usr/lib/python* && \
mkdir -p /root/.local/share/Polkadot && \
ln -s /root/.local/share/Polkadot /data
mkdir -p /root/.local/share/polkadot && \
ln -s /root/.local/share/polkadot /data
RUN rm -rf /usr/bin /usr/sbin