mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
add repo key to Dockerfile
This commit is contained in:
parent
b6b49a20f5
commit
c97b9348ff
@ -4,7 +4,7 @@ FROM ubuntu:14.04
|
|||||||
|
|
||||||
# add and update package repositories
|
# add and update package repositories
|
||||||
|
|
||||||
RUN echo "deb http://ppa.launchpad.net/terry.guo/gcc-arm-embedded/ubuntu trusty main" >> /etc/apt/sources.list && apt-get update
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A3421AFB && echo "deb http://ppa.launchpad.net/terry.guo/gcc-arm-embedded/ubuntu trusty main" >> /etc/apt/sources.list && apt-get update
|
||||||
|
|
||||||
# install build tools and dependencies
|
# install build tools and dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user