Commit 79d8c409 authored by Jualy's avatar Jualy Committed by Bastian Köcher
Browse files

Update Dockerfile (#332)

/data path should link to /root/.local/share/polkadot
parent bc8f5d1b
Pipeline #43966 passed with stages
in 16 minutes and 17 seconds
...@@ -27,8 +27,8 @@ RUN mv /usr/share/ca* /tmp && \ ...@@ -27,8 +27,8 @@ RUN mv /usr/share/ca* /tmp && \
rm -rf /usr/share/* && \ rm -rf /usr/share/* && \
mv /tmp/ca-certificates /usr/share/ && \ mv /tmp/ca-certificates /usr/share/ && \
rm -rf /usr/lib/python* && \ rm -rf /usr/lib/python* && \
mkdir -p /root/.local/share/Polkadot && \ mkdir -p /root/.local/share/polkadot && \
ln -s /root/.local/share/Polkadot /data ln -s /root/.local/share/polkadot /data
RUN rm -rf /usr/bin /usr/sbin RUN rm -rf /usr/bin /usr/sbin
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment