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
199 B
Docker
Raw Normal View History

2014-06-18 22:31:40 +00:00
# initialize from the image
FROM ubuntu:14.04
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
2015-08-05 14:38:53 +00:00
RUN apt-get install -y build-essential git python gcc-arm-none-eabi