Skip to content

Commit

Permalink
Fix Error on build , forget to add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
argotri authored Jan 22, 2024
1 parent 562df33 commit 9ba5609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sed -i 's|session required pam_loginuid.so|session optional pa
RUN mkdir -p /var/run/sshd

# Install Open JDK 11 (latest edition)
RUN apt install -y openjdk-11-jdk && apt install -y curl && apt install libgbm1
RUN apt install -y openjdk-11-jdk && apt install -y curl && apt -y install libgbm1

# Install Maven
RUN apt-get install -y maven
Expand Down

0 comments on commit 9ba5609

Please sign in to comment.