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