Skip to content

Commit c2833cf

Browse files
kleonickdesaulniers
authored andcommitted
build: include Dockerfile
1 parent 2619ce4 commit c2833cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM debian:buster-slim
2+
RUN apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi build-essential git python3-pip
3+
WORKDIR /firm_linux_loader
4+
RUN pip3 install -U git+https://github.com/TuxSH/firmtool.git
5+
ENV CC=arm-none-eabi-gcc

0 commit comments

Comments
 (0)