@ -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