From b103a952ca216e00ad8e3f728096f9ef7e158aaf Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 7 Dec 2018 07:55:28 +0100 Subject: [PATCH] new: provide full fledged ``find`` in docker image (and to charms). --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 630a1dc..530850c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ - FROM python:2-alpine3.7 as common CMD ["/bin/sh"] -RUN apk --no-cache --update add git bash yaml sed lsof +RUN apk --no-cache --update add git bash yaml sed lsof findutils FROM common as builder