trezor-mcu/Dockerfile

12 lines
199 B
Docker
Raw Normal View History

2014-06-18 15:31:40 -07:00
# initialize from the image
FROM ubuntu:14.04
2015-08-05 07:38:53 -07:00
# update repositories
2015-04-02 08:47:28 -07:00
2015-08-05 07:38:53 -07:00
RUN apt-get update
2014-06-18 15:31:40 -07:00
# install build tools and dependencies
2015-08-05 07:38:53 -07:00
RUN apt-get install -y build-essential git python gcc-arm-none-eabi