Added Dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
FROM archlinux:latest
|
||||||
|
|
||||||
|
RUN pacman -Sy --noconfirm \
|
||||||
|
arm-none-eabi-binutils \
|
||||||
|
arm-none-eabi-gcc \
|
||||||
|
arm-none-eabi-gdb \
|
||||||
|
arm-none-eabi-newlib \
|
||||||
|
cmake \
|
||||||
|
make \
|
||||||
|
openocd \
|
||||||
|
stlink
|
Reference in New Issue
Block a user