debian packages list must be cleaned
# Install koha-common
RUN apt-get -y update \
&& apt-get -y install \
koha-common \
libnet-oauth2-authorizationserver-perl \
libcatmandu-marc-perl \
libcatmandu-store-elasticsearch-perl \
libwww-youtube-download-perl \
libtest-mocktime-perl \
libintl-perl \
libppi-perl \
libnet-z3950-simpleserver-perl \
libnet-netmask-perl \
libarray-utils-perl \
libcache-memcached-fast-safe-perl \
libcpan-meta-perl \
libemail-messageid-perl
Most of them must be removed, they are now packaged.
We must review the way we deal with that list, we should reach the release date without any of them.
Edited by joubu