Skip to content

Commit

Permalink
chore: add java install cmd to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 10, 2024
1 parent b863a97 commit c676cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BE/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ WORKDIR /workspace

COPY requirements.txt .

RUN apt-get update && \
apt-get install -y \
openjdk-17-jdk

RUN pip install -r requirements.txt

RUN mkdir -p /workspace/logs
Expand Down

0 comments on commit c676cd3

Please sign in to comment.