Skip to content

Commit 422d601

Browse files
committed
Add download of the emdebian repo key
- this was accidentaly removed with armhf
1 parent 95d253d commit 422d601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Dockerfile.system

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FROM debian:jessie
66
COPY apt.sources.list.debian /etc/apt/sources.list
77
RUN dpkg --add-architecture armel && \
88
apt-key adv --keyserver pgp.mit.edu --recv-keys D57D95AF93178A7C && \
9+
apt-key adv --keyserver pgp.mit.edu --recv-keys 7DE089671804772E && \
910
apt-get update && \
1011
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
1112
bash-completion \

0 commit comments

Comments
 (0)