mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-06 18:36:02 +00:00
check gpg key in Dockerfile
This commit is contained in:
parent
062a09e646
commit
093ba4fd19
@ -4,7 +4,9 @@ FROM ubuntu:14.04
|
||||
|
||||
# add and update package repositories
|
||||
|
||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE324A81C208C89497EFC6246D1D8367A3421AFB && 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 FE324A81C208C89497EFC6246D1D8367A3421AFB
|
||||
RUN gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --fingerprint FE324A81C208C89497EFC6246D1D8367A3421AFB
|
||||
RUN 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user