1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/Dockerfile

12 lines
212 B
Docker
Raw Normal View History

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