1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-21 23:55:17 -05:00

Added missing fortune app

This commit is contained in:
Hemna 2024-01-08 18:00:26 +00:00
parent 9350cf6534
commit f02824b796

View File

@ -23,7 +23,7 @@ RUN set -ex \
&& apt-get update \ && apt-get update \
&& apt-get upgrade -y \ && apt-get upgrade -y \
&& apt-get install -y git build-essential curl libffi-dev \ && 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 # Install dependencies
# Clean up # Clean up
&& apt-get autoremove -y \ && apt-get autoremove -y \