diff --git a/pi4j-builder-2.0/Dockerfile b/pi4j-builder-2.0/Dockerfile index 55b33cc..8f0d807 100644 --- a/pi4j-builder-2.0/Dockerfile +++ b/pi4j-builder-2.0/Dockerfile @@ -36,7 +36,7 @@ RUN cd /pi4j && \ rm -R /pi4j # ensure read/write access permissions to the M2 repository cache for all users -RUN chmod -R a+rw /m2 +RUN chmod -R a+rw /.m2 # configure environment variables ENV PI4J_BUILDER_DATE="$BUILDDATE"