Use flex-old for compatibility
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f38d8d0642
commit
85d7881524
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
RUN apt-get install -y flex bison build-essential \
|
||||
RUN apt-get install -y flex-old bison build-essential \
|
||||
csh libxaw7-dev wget \
|
||||
libc6-i386 default-jdk
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[![Build Status](https://drone.friedl.net/api/badges/container/lukewarm/status.svg)](https://drone.friedl.net/container/lukewarm)
|
||||
|
||||
# Lukewarm and the Cool
|
||||
One chilly day,
|
||||
[Cool](https://en.wikipedia.org/wiki/Cool_(programming_language)) was compiling
|
||||
another
|
||||
One chilly day [Cool](https://en.wikipedia.org/wiki/Cool_(programming_language))
|
||||
was busy compiling yet another
|
||||
[fact](https://en.wikipedia.org/wiki/Cool_(programming_language)#Examples), when
|
||||
suddenly it became very sad. It was about its buddy
|
||||
[Bodhi](https://www.bodhilinux.com/). Bodhi 1.4.0 (!!) was ancient and tired.
|
||||
|
|
Loading…
Reference in a new issue