trezor-mcu/Dockerfile

12 lines
212 B
Docker
Raw Normal View History

2014-06-18 15:31:40 -07:00
# initialize from the image
FROM ubuntu:16.04
2014-06-18 15:31:40 -07:00
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
2016-07-23 01:06:19 -07:00
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi