Add Perl packages

This commit is contained in:
Andrew Ying 2024-12-13 14:31:42 +00:00
parent 30efc54858
commit 3395942c8f
Signed by: andrew
SSH key fingerprint: SHA256:6goOJXI6ckOipdsJS6oj5gbQYaRmCe37r7bSBnyQLyE

View file

@ -72,17 +72,29 @@ RUN apt-get update \
gnupg \
jq \
libbz2-1.0 \
libcgi-pm-perl \
libcommon-sense-perl \
libdbd-sqlite3-perl \
libev4 \
libdatetime-perl \
libdigest-sha-perl \
libffi8 \
libgdbm6 \
libjson-perl \
libjson-xs-perl \
liblinux-prctl-perl \
liblzma5 \
libncurses6 \
libreadline8 \
libsqlite3-0 \
libterm-readline-gnu-perl \
libterm-readkey-perl \
libtimedate-perl \
make \
openssl \
sudo \
tklib
tklib \
xz-utils
RUN groupadd --gid 1000 runner \
&& adduser --home /workspace --shell /bin/sh --uid 1000 --gid 1000 --disabled-password runner \