|
1 | 1 | FROM ubuntu:20.04
|
2 | 2 |
|
3 |
| -# the following are needed to make sure the timezone packages don't ask for your timezone. |
| 3 | +# The following are needed to make sure the timezone packages don't ask for your timezone. |
4 | 4 | ENV DEBIAN_FRONTEND noninteractive
|
5 | 5 | ENV DEBCONF_NONINTERACTIVE_SEEN true
|
6 | 6 | ENV HARNESS_PERL_SWITCHES -MDevel::Cover
|
7 | 7 |
|
8 | 8 | RUN apt-get update && \
|
9 | 9 | apt-get install -qy --no-install-recommends --no-install-suggests \
|
10 | 10 | build-essential=12.8ubuntu1 \
|
11 |
| - ca-certificates=20210119~20.04.1 \ |
| 11 | + ca-certificates=20211016~20.04.1 \ |
12 | 12 | cpanminus=1.7044-1 \
|
13 |
| - git=1:2.25.1-1ubuntu3.1 \ |
| 13 | + git=1:2.25.1-1ubuntu3.5 \ |
14 | 14 | libarray-utils-perl=0.5-1 \
|
| 15 | + libcanary-stability-perl=2006-2 \ |
| 16 | + libcapture-tiny-perl=0.48-1 \ |
| 17 | + libclass-accessor-lite-perl=0.08-1 \ |
15 | 18 | libclone-perl=0.43-2 \
|
| 19 | + libcommon-sense-perl=3.74-2build6 \ |
| 20 | + libcpanel-json-xs-perl=4.19-1build1 \ |
16 | 21 | libcrypt-ssleay-perl=0.73.06-1build3 \
|
17 | 22 | libdata-dump-perl=1.23-1 \
|
18 | 23 | libdatetime-format-strptime-perl=1.7600-1 \
|
19 |
| - libdbd-mysql-perl=4.050-3 \ |
| 24 | + # libdbd-mysql-perl=4.050-3 \ |
20 | 25 | libdbd-sqlite3-perl=1.64-1build1 \
|
21 |
| - libdbix-class-perl=0.082841-1 \ |
22 | 26 | libdbix-class-inflatecolumn-serializer-perl=0.09-1 \
|
| 27 | + libdbix-class-perl=0.082841-1 \ |
23 | 28 | libdbix-dbschema-perl=0.45-1 \
|
24 | 29 | libdevel-cover-perl=1.33-1build1 \
|
25 | 30 | libexception-class-perl=1.44-1 \
|
| 31 | + libextutils-config-perl=0.008-2 \ |
| 32 | + libextutils-helpers-perl=0.026-1 \ |
| 33 | + libextutils-installpaths-perl=0.012-1 \ |
| 34 | + libfurl-perl=3.13-2 \ |
| 35 | + libhttp-parser-xs-perl=0.17-1build5 \ |
| 36 | + libimporter-perl=0.025-1 \ |
| 37 | + libio-socket-ssl-perl=2.067-1 \ |
26 | 38 | libjson-perl=4.02000-2 \
|
| 39 | + libjson-xs-perl=4.020-1build1 \ |
| 40 | + libmodule-build-tiny-perl=0.039-1 \ |
27 | 41 | libnet-ssleay-perl=1.88-2ubuntu1 \
|
28 | 42 | libsql-translator-perl=1.60-1 \
|
29 |
| - libssl-dev=1.1.1f-1ubuntu2.5 \ |
| 43 | + libssl-dev=1.1.1f-1ubuntu2.16 \ |
30 | 44 | libtest-exception-perl=0.43-1 \
|
31 | 45 | libtest-harness-perl=3.42-2 \
|
32 | 46 | libtext-csv-perl=2.00-1 \
|
33 | 47 | libtry-tiny-perl=0.30-1 \
|
| 48 | + libtypes-serialiser-perl=1.0-1 \ |
34 | 49 | libyaml-libyaml-perl=0.81+repack-1 \
|
35 | 50 | # mariadb-server=1:10.3.31-0ubuntu0.20.04.1 \ # if desired to use a full database
|
36 |
| - openssl=1.1.1f-1ubuntu2.5 && \ |
| 51 | + openssl=1.1.1f-1ubuntu2.16 && \ |
37 | 52 | rm -rf /var/lib/apt/lists/* && \
|
38 | 53 | cpanm --notest \
|
39 | 54 | DBIx::Class::DynamicSubclass \
|
40 | 55 | Mojolicious \
|
41 |
| - Mojolicious::Plugin::NotYAMLConfig \ |
42 |
| - Mojolicious::Plugin::DBIC \ |
43 | 56 | Mojolicious::Plugin::Authentication \
|
| 57 | + Mojolicious::Plugin::DBIC \ |
| 58 | + Mojolicious::Plugin::NotYAMLConfig \ |
44 | 59 | Devel::Cover::Report::Codecov
|
45 | 60 |
|
46 | 61 | ENTRYPOINT ["/bin/bash"]
|
0 commit comments