Skip to content

Commit

Permalink
Create Dockerfile.arm
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 28, 2018
1 parent 8c65397 commit 69bdc23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/Dockerfile.arm
@@ -0,0 +1,7 @@
FROM arm-none-eabi-gcc

MAINTAINER srz_zumix <https://github.com/srz-zumix>

RUN apt-get update && \
apt-get install -q -y python && \
apt-get clean

0 comments on commit 69bdc23

Please sign in to comment.