1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

Merge pull request #1 from hiviah/docker_gpg_fix

Pin GPG key of ARM GCC repo by full fingerprint in Docker build
This commit is contained in:
Pavol Rusnak 2014-06-25 14:33:38 +02:00
commit 62e07befeb

View File

@ -4,7 +4,7 @@ FROM ubuntu:14.04
# add and update package repositories
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
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
# define used versions for pinning