Skip to content

Commit

Permalink
Fixed gitpod docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Aug 7, 2024
1 parent 3eb581e commit ee14a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/maven-openjdk17:latest

RUN apt-get update
run apt-get install git -y
RUN apt-get install git -y

0 comments on commit ee14a6e

Please sign in to comment.