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:
parent
2a6fe47e38
commit
17cff41d73
|
|
@ -1,4 +1,4 @@
|
|||
from debian:testing-slim
|
||||
FROM debian:testing
|
||||
MAINTAINER hans@eds.org
|
||||
|
||||
ENV LANG=C.UTF-8 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue