Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
samlamont committed Dec 1, 2024
1 parent 0b3a1a8 commit 8d6c216
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 @@ -2,7 +2,7 @@ FROM python:3.10-slim-bullseye

WORKDIR /app

RUN apt-get update && apt-get upgrade && apt-get install -y git openjdk-11-jdk
RUN apt-get update && apt-get install -y git openjdk-11-jdk

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
ENV PATH=$PATH:$JAVA_HOME/bin
Expand Down

0 comments on commit 8d6c216

Please sign in to comment.