Remove version constraint from fiu-utils and libfiu-dev

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-12-02 21:32:20 +01:00
parent 8d1b89db30
commit e4eeca6755

View file

@ -5,10 +5,10 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
asciidoctor \ asciidoctor \
cmake \ cmake \
fiu-utils=1.00-* \ fiu-utils \
g++ \ g++ \
git \ git \
libfiu-dev=1.00-* \ libfiu-dev \
locales \ locales \
man \ man \
python3 \ python3 \