Skip to content

Commit

Permalink
Merge pull request #530 from rundeck/gschueler-patch-2
Browse files Browse the repository at this point in the history
test: remove apt repo add
  • Loading branch information
gschueler committed Oct 18, 2023
2 parents 9bf531f + 58f98ac commit b23afed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dockers/install/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ARG VERS=16.04
ARG VERS=20.04
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
2 changes: 1 addition & 1 deletion scripts/install-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

DEBTAG=rdcli-deb
RPMTAG=rdcli-rpm
UBUNTUVERS="16.04 18.04"
UBUNTUVERS="18.04 20.04 22.04"
CENTOSVERS="7"
RPMJDK="java-1.8.0-openjdk java-11-openjdk"
DEBJDK="openjdk-8-jdk openjdk-11-jdk"
Expand Down

0 comments on commit b23afed

Please sign in to comment.