Update Dockerfile

This commit is contained in:
Alexandre
2021-11-04 23:23:03 +01:00
committed by GitHub
parent 3f4bf257ee
commit 9228828f74

View File

@@ -1,8 +1,7 @@
FROM elasticsearch:6.8.20
# Increase ram available
#RUN sed -i "1a sysctl -w vm.max_map_count=262144 || true" /usr/local/bin/docker-entrypoint.sh
#RUN echo "vm.max_map_count=262144" > /etc/sysctl.d/60-elasticsearch.conf
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
### LABELS
ARG BUILD_ARCH