ci: Install moreutils in the docker image.

This commit is contained in:
Priyank Patel 2020-07-04 19:11:04 +00:00 committed by Tim Abbott
parent 650ec29859
commit c908278237
2 changed files with 1 additions and 6 deletions

View File

@ -106,11 +106,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
# Install moreutils so we can use `ts` and `mispipe` in the following.
sudo apt-get install -y moreutils
# This is the main setup job for the test suite
mispipe "tools/ci/setup-backend --skip-dev-db-build" ts

View File

@ -93,7 +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 \
libxml2-dev libxslt1-dev libpq-dev moreutils \
{extra_packages}
ARG USERNAME=github