Skip to content

Commit

Permalink
Do not remove runtime packages
Browse files Browse the repository at this point in the history
Closes: fluent#1492

related: fluent/fluentd-docker-image#383

Reported by @gpapaz

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 10, 2024
1 parent 46d09f1 commit 4c78ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev<% if target == "graylog" %>
&& mv columnify /usr/local/bin/ \
<% end %>
&& SUDO_FORCE_REMOVE=yes \
apt-get purge -y --auto-remove \
apt-get purge -y \
-o APT::AutoRemove::RecommendsImportant=false \
$buildDeps \
'*-dev' \
Expand Down

0 comments on commit 4c78ee1

Please sign in to comment.