Skip to content

Commit

Permalink
Added fortune to Dockerfile-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hemna committed Jan 8, 2024
1 parent e4e9c6e commit 682e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -ex \
# Upgrade the package index and install security upgrades
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y git build-essential curl libffi-dev \
&& apt-get install -y git build-essential curl libffi-dev fortune \
python3-dev libssl-dev libxml2-dev libxslt-dev telnet sudo \
# Install dependencies
# Clean up
Expand Down

0 comments on commit 682e138

Please sign in to comment.