Skip to content

Commit

Permalink
fix: hadolint error
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl committed Dec 12, 2024
1 parent f98b480 commit 61b292c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions logstash/8.16.0/batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ LABLE description="Dockerfile with logstash with Sinatra and MySQL client for VO

USER root

RUN apt-get -y --no-install-recommends install \
RUN apt-get update && \
apt-get -y --no-install-recommends install \
curl=7.68.0-1ubuntu2.24 \
default-mysql-client=1.0.5ubuntu2 \
default-mysql-client=1.0.5ubuntu2 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
gem install sinatra -v 4.1.0
Expand Down

0 comments on commit 61b292c

Please sign in to comment.