Commit c6dd82e8 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Alex Bennée
Browse files

tests/docker: Remove flex/bison packages



QEMU does not use flex/bison packages.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarClaudio Fontana <cfontana@suse.de>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20200515163029.12917-2-philmd@redhat.com>
parent 8ef61885
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,13 +5,11 @@ RUN yum -y update

# Please keep this list sorted alphabetically
ENV PACKAGES \
    bison \
    bzip2 \
    bzip2-devel \
    ccache \
    csnappy-devel \
    dbus-daemon \
    flex \
    gcc-c++ \
    gcc \
    gettext \
+0 −2
Original line number Diff line number Diff line
@@ -3,11 +3,9 @@ FROM centos:8.1.1911
RUN dnf -y update
ENV PACKAGES \
    SDL-devel \
    bison \
    bzip2 \
    bzip2-devel \
    dbus-daemon \
    flex \
    gcc \
    gcc-c++ \
    gettext \
+0 −2
Original line number Diff line number Diff line
@@ -11,11 +11,9 @@ RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
    DEBIAN_FRONTEND=noninteractive eatmydata \
    apt-get install -y --no-install-recommends \
        bison \
        build-essential \
        ca-certificates \
        curl \
        flex \
        gettext \
        git \
        python3-minimal
+0 −2
Original line number Diff line number Diff line
@@ -18,12 +18,10 @@ RUN apt update && \
    DEBIAN_FRONTEND=noninteractive eatmydata \
    apt install -y --no-install-recommends \
        bc \
        bison \
        build-essential \
        ca-certificates \
        clang \
        dbus \
        flex \
        gdb-multiarch \
        gettext \
        git \
+0 −2
Original line number Diff line number Diff line
@@ -18,11 +18,9 @@ RUN apt update && \
    DEBIAN_FRONTEND=noninteractive eatmydata \
    apt install -y --no-install-recommends \
        bc \
        bison \
        build-essential \
        ca-certificates \
        clang \
        flex \
        gdb-multiarch \
        gettext \
        git \
Loading