Skip to content

Commit

Permalink
πŸ› Changed name from adoptopenjdk-11-hotspot to temurin-11-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Aug 30, 2023
1 parent ec03319 commit 371e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt install -y wget apt-transport-https && \
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /etc/apt/keyrings/adoptium.asc && \
echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list && \
apt update -q && \
apt install -q adoptopenjdk-11-hotspot -y && \
apt install -q temurin-11-jdk -y && \
find /usr/bin/java -type d -exec chmod 777 {} \;

### Export env variable
Expand Down

0 comments on commit 371e386

Please sign in to comment.