mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
added df
This commit is contained in:
parent
6e4c940cd2
commit
a8684cbd83
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|||
LABEL author="Sridhar" organization="SMSK"
|
||||
RUN apt update && apt install openjdk-17-jdk -y
|
||||
RUN apt install wget -y && cd /tmp
|
||||
RUN wget https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.3-bin.tar.gz
|
||||
RUN wget https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz
|
||||
RUN mkdir /usr/share/maven
|
||||
RUN tar -xvzf apache-maven-3.9.4-bin.tar.gz -C /usr/share/maven
|
||||
ENV PATH="$PATH:/usr/share/maven/apache-maven-3.9.4/bin"
|
||||
|
|
Loading…
Reference in a new issue