Skip to content

Commit 06446e7

Browse files
committed
Fix arun-gupta#17 - Add a WildFly 8.2.Final download to the instructor httpd server
1 parent 5265231 commit 06446e7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

instructor/dockerfiles/lab-httpd-server/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ WORKDIR /var/www/html/downloads
1515
#Place JBDS inside the image
1616
ADD 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
1922
RUN wget https://github.com/boot2docker/boot2docker/releases/download/v1.6.1/boot2docker.iso
2023

instructor/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This folder contains instructions to setup an Instructor environment.
66

77
toc::[]
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

1111
Instructor needs:
1212

0 commit comments

Comments
 (0)