Skip to content

Commit

Permalink
fix: sinatra build hadolint error
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl committed Dec 12, 2024
1 parent ee476c2 commit 1a71fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion logstash/8.16.0/batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get update && \
default-mysql-client=1.0.5ubuntu2 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
gem install sinatra:4.1.0
apt-get -y --no-install-recommends install \
ruby-full && \
gem install sinatra -v 4.1.0

USER 1000

0 comments on commit 1a71fdb

Please sign in to comment.