From c6c6bf496032129545c7fc1725e5f15f5a972e50 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 4 Jan 2022 22:45:59 +0200 Subject: [PATCH] add --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 91163db..634435d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Perl is a high-level, general-purpose, interpreted, dynamic programming language https://en.wikipedia.org/wiki/Perl +**This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run perl. Unless you are working in an environment where only the perl image will be deployed and you have space constraints, we highly recommend using the default image of this repository.** + + #### Coexisting with Debian's /usr/bin/perl The perl binary built for this image is installed in /usr/local/bin/perl, along with other standard tools in the Perl distribution such as prove and perldoc, as well as cpanm for installing CPAN modules. Containers running this image will also have their PATH enviroment set like /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin to ensure that this perl binary will be found first in normal usage.