Skip to content

Commit

Permalink
remove apt repo add
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler authored Oct 17, 2023
1 parent 9bf531f commit 926d138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockers/install/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ubuntu:${VERS}
ARG JDK=openjdk-8-jdk
RUN apt-get update
RUN apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:openjdk-r/ppa
RUN apt-get update
RUN apt-get install -y ${JDK}
RUN mkdir /root/.rd/
Expand Down

0 comments on commit 926d138

Please sign in to comment.