Skip to content

Commit

Permalink
Fix deploy plugin test (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jul 12, 2023
1 parent 5bfe603 commit 28d85a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y gnupg

# Tomcat7 is from Universe
RUN echo "deb http://archive.ubuntu.com/ubuntu lunar universe" >> /etc/apt/sources.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 40976EAF437D05B5
RUN apt-get update && apt-get install -y tomcat10 tomcat10-admin

# configure the admin user
Expand Down

0 comments on commit 28d85a4

Please sign in to comment.