Add Perl packages
This commit is contained in:
parent
30efc54858
commit
3395942c8f
1 changed files with 13 additions and 1 deletions
|
|
@ -72,17 +72,29 @@ RUN apt-get update \
|
||||||
gnupg \
|
gnupg \
|
||||||
jq \
|
jq \
|
||||||
libbz2-1.0 \
|
libbz2-1.0 \
|
||||||
|
libcgi-pm-perl \
|
||||||
|
libcommon-sense-perl \
|
||||||
|
libdbd-sqlite3-perl \
|
||||||
libev4 \
|
libev4 \
|
||||||
|
libdatetime-perl \
|
||||||
|
libdigest-sha-perl \
|
||||||
libffi8 \
|
libffi8 \
|
||||||
libgdbm6 \
|
libgdbm6 \
|
||||||
|
libjson-perl \
|
||||||
|
libjson-xs-perl \
|
||||||
|
liblinux-prctl-perl \
|
||||||
liblzma5 \
|
liblzma5 \
|
||||||
libncurses6 \
|
libncurses6 \
|
||||||
libreadline8 \
|
libreadline8 \
|
||||||
libsqlite3-0 \
|
libsqlite3-0 \
|
||||||
|
libterm-readline-gnu-perl \
|
||||||
|
libterm-readkey-perl \
|
||||||
|
libtimedate-perl \
|
||||||
make \
|
make \
|
||||||
openssl \
|
openssl \
|
||||||
sudo \
|
sudo \
|
||||||
tklib
|
tklib \
|
||||||
|
xz-utils
|
||||||
|
|
||||||
RUN groupadd --gid 1000 runner \
|
RUN groupadd --gid 1000 runner \
|
||||||
&& adduser --home /workspace --shell /bin/sh --uid 1000 --gid 1000 --disabled-password runner \
|
&& adduser --home /workspace --shell /bin/sh --uid 1000 --gid 1000 --disabled-password runner \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue