Skip to content

Commit

Permalink
Local repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 16, 2024
1 parent 8b71908 commit 74a5c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi4j-builder-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get install -y curl tar && \

# configure Maven with custom settings for defined M2 repository path
COPY maven-settings.xml /usr/share/maven/conf/settings.xml
RUN mkdir -p /m2/repository && chmod -R a+rw /m2 && chmod -R g+s /m2
RUN mkdir -p /.m2/repository && chmod -R a+rw /.m2 && chmod -R g+s /.m2

# clean APT cache
RUN apt-get clean
Expand Down

0 comments on commit 74a5c90

Please sign in to comment.