mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Remove version constraint from fiu-utils
and libfiu-dev
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
8d1b89db30
commit
e4eeca6755
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue