Skip to content

Commit

Permalink
Fix gradle typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domkalan committed Dec 9, 2023
1 parent 056b686 commit 829c438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/devpack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get install php-cli php8.2 composer -y
RUN apt-get install mono-complete -y

# java 17
RUN apt-get install openjdk-17-jdk maven gradel -y
RUN apt-get install openjdk-17-jdk maven gradle -y

# misc languages
RUN apt-get install golang rustc cargo lua5.4 perl ruby docker.io -y
Expand Down

0 comments on commit 829c438

Please sign in to comment.