Skip to content

Commit 45bfba0

Browse files
committed
Docker: remove gem caches in ruby images.
1 parent 7af9f1a commit 45bfba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ VARIANT_ruby ?= $(VARIANT)
7272
$(foreach rubyversion, $(VERSIONS_ruby), $(eval CONTAINER_ruby$(rubyversion) = ruby:$(rubyversion)-$(VARIANT_ruby)))
7373
CONFIGURE_ruby ?= ruby
7474
INSTALL_ruby ?= ruby-install
75-
RUN_ruby ?= gem install rack
75+
RUN_ruby ?= gem install rack \&\& rm -rf /root/.local
7676
MODULE_PREBUILD_ruby ?= /bin/true
7777

7878
VERSIONS_wasm ?=

0 commit comments

Comments
 (0)