Skip to content

Commit

Permalink
Add .lock.release to the test docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Nov 29, 2017
1 parent ce91c99 commit e5a7d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ADD bin /opt/logstash/bin
ADD modules /opt/logstash/modules
ADD ci /opt/logstash/ci
ADD settings.gradle /opt/logstash/settings.gradle
ADD Gemfile.jruby-2.3.lock.release /opt/logstash/Gemfile.jruby-2.3.lock.release

USER root
RUN rm -rf build && \
Expand Down

0 comments on commit e5a7d96

Please sign in to comment.