Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fluxcapacitor/pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Dec 14, 2016
2 parents 6972f61 + 3b39934 commit 5a6145f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch.ml/2.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN \
adduser --system --disabled-password --gecos '' elasticsearch \
&& adduser elasticsearch root

# TODO: Don't do this...
RUN \
chmod 777 /home/elasticsearch

Expand Down
1 change: 1 addition & 0 deletions elasticsearch.ml/5.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN \
adduser --system --disabled-password --gecos '' elasticsearch \
&& adduser elasticsearch root

# TODO: Don't do this...
RUN \
chmod 777 /home/elasticsearch

Expand Down

0 comments on commit 5a6145f

Please sign in to comment.