tools/ci: Fix KeyError when running tools/ci/generate-dockerfiles.

This KeyError occurs because we remove extra_packages from
images.yml because it was no longer needed in a486872a8e.
This commit is contained in:
Priyank Patel 2020-07-25 19:25:25 +00:00 committed by Tim Abbott
parent 9d1f77edc5
commit 51199878ed
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ RUN apt-get update \
hunspell-en-us supervisor libssl-dev puppet \
gettext libffi-dev libfreetype6-dev zlib1g-dev \
libjpeg-dev libldap2-dev libmemcached-dev \
libxml2-dev libxslt1-dev libpq-dev moreutils \
{extra_packages}
libxml2-dev libxslt1-dev libpq-dev moreutils
# Upgrade git if it is less than v2.18 because GitHub Actions'
# checkout installs source code using Rest API as an optimization