This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put this file in the root of substrate / polkadot directory and build the image using | |
# the following command | |
# | |
# docker build -t <container id> . | |
# | |
# you can pick <container id> yourself. For example: `johndoe/rpi-cross`. | |
# | |
FROM rust:latest |