Skip to content

template Dockerfile: breaking changes in Debian Sid #575

Closed
@sycured

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 \

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions