Browse Source

new: provide full fledged ``find`` in docker image (and to charms).

test
Valentin Lab 6 years ago
parent
commit
b103a952ca
  1. 3
      Dockerfile

3
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

Loading…
Cancel
Save