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
This commit is contained in:
Hans-Christoph Steiner 2018-05-23 19:18:58 +02:00
parent 2a6fe47e38
commit 17cff41d73
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from debian:testing-slim
FROM debian:testing
MAINTAINER hans@eds.org
ENV LANG=C.UTF-8 \