Added missing fortune app

This commit is contained in:
Hemna 2024-01-08 18:00:26 +00:00
parent 9350cf6534
commit f02824b796
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN set -ex \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y git build-essential curl libffi-dev \
python3-dev libssl-dev libxml2-dev libxslt-dev telnet sudo \
python3-dev libssl-dev libxml2-dev libxslt-dev telnet sudo fortune \
# Install dependencies
# Clean up
&& apt-get autoremove -y \