Skip to content

Commit

Permalink
add maven and gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 26, 2020
1 parent 9a562f8 commit 743bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/fedora-j/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN dnf -q -y upgrade $RPMOPTZ
ADD adoptopenjdk.repo /etc/yum.repos.d
RUN dnf -q -y install adoptopenjdk-8-openj9 $RPMOPTZ
RUN dnf -q -y install ant $RPMOPTZ
RUN dnf -q -y install git curl $RPMOPTZ
RUN dnf -q -y install git curl maven gpg $RPMOPTZ
#extra
# editing
#RUN apt-get -q -y install emacs24-nox
Expand Down

0 comments on commit 743bc13

Please sign in to comment.