From 1e6d602f39106f6e8db9ff95dbfd085071e04e69 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 Apr 2020 10:32:54 +0200 Subject: [PATCH] Add missing library --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b26e135..b3afda2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ COPY patches /usr/src/patches RUN \ apk add --no-cache \ eudev \ + libintl \ + libltdl \ alsa-lib \ dbus-libs \ tdb-libs \