Skip to content

Commit 5fc47a1

Browse files
committed
[FlINK-36392] HOME not set?!?!
1 parent c7a1f1f commit 5fc47a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ARG JAVA_VERSION=11
2020
FROM maven:3.8.8-eclipse-temurin-${JAVA_VERSION} AS build
2121
ARG SKIP_TESTS=true
22-
ARG MAVEN_HOME=${HOME}/.m2
22+
ARG MAVEN_HOME=${HOME:~}/.m2
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)