stx-builder.Dockerfile: add debian-keyring

Add debian-keyring to avoid an error:

dscverify: can't find any system keyrings

while running dget command to download source codes, for example:

dget -x https://snapshot.debian.org/archive/debian/20200424T151944Z/pool/main/w/watchdog/watchdog_5.16-1.dsc

Story: 2008846
Task: 43916

Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: Iaa821fdeebab2a33133d315fa3ee12c7473a09e9
This commit is contained in:
Yue Tao 2021-11-09 17:25:50 +08:00
parent 469e9875c9
commit d22fdd2c81
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
pristine-tar \
repo \
libdistro-info-perl \
debian-keyring \
proxychains && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \