File tree Expand file tree Collapse file tree
dockerfiles/lab-httpd-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ WORKDIR /var/www/html/downloads
1515# Place JBDS inside the image
1616ADD downloads/jboss-devstudio-8.1.0.GA-installer-standalone.jar /var/www/html/downloads/
1717
18+ # Get WildFly 8.2
19+ RUN wget http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.zip
20+
1821# Get Boot2docker 1.6.1
1922RUN wget https://github.com/boot2docker/boot2docker/releases/download/v1.6.1/boot2docker.iso
2023
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This folder contains instructions to setup an Instructor environment.
66
77toc::[]
88
9- IMPORTANT: Make sure to run these instructions prior to the lab already. Executing them might take up to 30 minutes.
9+ IMPORTANT: Make sure to run these instructions prior to the lab already. Executing them might take up to 60 minutes.
1010
1111Instructor needs:
1212
You can’t perform that action at this time.
0 commit comments