Skip to content

Commit

Permalink
Lower priority for Java:packages repository
Browse files Browse the repository at this point in the history
  • Loading branch information
urbic committed Dec 20, 2023
1 parent bbf72dc commit 99f855b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM opensuse/tumbleweed:latest

RUN zypper -n --gpg-auto-import-keys ar -p1 obs://home:urbic:coneforest/openSUSE_Tumbleweed home:urbic:coneforest
RUN zypper -n --gpg-auto-import-keys ar -p1 obs://Java:packages/openSUSE_Tumbleweed Java:packages
RUN zypper -n --gpg-auto-import-keys ar -p2 obs://Java:packages/openSUSE_Tumbleweed Java:packages
RUN zypper -n --gpg-auto-import-keys in -y \
ant{,-apache-resolver,-junit} \
ivy \
Expand All @@ -14,6 +14,7 @@ RUN zypper -n --gpg-auto-import-keys in -y \
'mvn(jline:jline:1)' \
'mvn(net.sf.docbook:docbook-xsl-saxon)' \
'mvn(net.sf.xslthl:xslthl)' \
'mvn(saxon:saxon)' \
glibc-locale \
graphviz \
shadow \
Expand Down

0 comments on commit 99f855b

Please sign in to comment.