FROM docker.elastic.co/elasticsearch/elasticsearch:7.6.0

RUN mkdir /snapshot-repo
RUN chown elasticsearch /snapshot-repo
