Skip to content

Instantly share code, notes, and snippets.

View niklasad1's full-sized avatar

Niklas Adolfsson niklasad1

View GitHub Profile
@niklasad1
niklasad1 / Dockerfile
Last active February 28, 2022 15:15 — forked from pepyakin/Dockerfile
Polkadot Raspberry PI cross-compile build
# 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