From 17cff41d738f0bf92a86f9c91e18ac400da91587 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 23 May 2018 19:18:58 +0200 Subject: [PATCH] switch to non "slim" base image to preserve all files for testing This strips all sorts of required things, like /usr/share/lintian, and seems to strip other things in /usr/share. * https://github.com/debuerreotype/debuerreotype/blob/master/scripts/.slimify-excludes * https://github.com/tianon/docker-brew-debian/issues/48 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfe12be..b3ee9ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from debian:testing-slim +FROM debian:testing MAINTAINER hans@eds.org ENV LANG=C.UTF-8 \