Skip to content

Commit 7af9f1a

Browse files
committed
Docker: remove maven caches in jsc images.
1 parent 4caf3ab commit 7af9f1a

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
@@ -32,7 +32,7 @@ VARIANT_jsc ?= jammy
3232
$(foreach jscversion, $(VERSIONS_jsc), $(eval CONTAINER_jsc$(jscversion) = eclipse-temurin:$(jscversion)-jdk-$(VARIANT_jsc)))
3333
CONFIGURE_jsc ?= java --jars=/usr/share/unit-jsc-common/
3434
INSTALL_jsc ?= java-shared-install java-install
35-
RUN_jsc ?= /bin/true
35+
RUN_jsc ?= rm -rf /root/.m2
3636
MODULE_PREBUILD_jsc ?= /bin/true
3737

3838
VERSIONS_node ?= 18 20

0 commit comments

Comments
 (0)