Skip to content

Commit

Permalink
fix: stripping out sinatra update breaks everything
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored and Wi11Shell committed Dec 17, 2024
1 parent 7a5201a commit 9099707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions logstash/8.16.0/batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ RUN apt-get update && \
curl=7.68.0-1ubuntu2.24 \
default-mysql-client=1.0.5ubuntu2 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
apt-get -y --no-install-recommends install \
ruby-full=2.7.8 && \
gem install sinatra -v 4.1.0
rm -rf /var/lib/apt/lists/*

USER 1000

0 comments on commit 9099707

Please sign in to comment.