template Dockerfile: breaking changes in Debian Sid #575
Closed
Description
How I discovered this issue
Trying to build 2 docker images:
- unit-jsc8
- unit-jsc10
Fix GPG key
Before each apt-get update
, I needed to add the following line
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 \
Fixing perl
Due to the split between libc6 and libcrypt, I need to install libcrypt1
in separate step just after apt-get update
&& apt-get install --no-install-recommends --no-install-suggests -y libcrypt1 \
Metadata
Assignees
Labels
No labels
Activity