Skip to content

Commit d94a4ed

Browse files
committed
Fix arun-gupta#13 - Add Maven to the instructor httpd server
1 parent 8b5712c commit d94a4ed

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

instructor/dockerfiles/lab-httpd-server/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ RUN wget https://github.com/docker/machine/releases/download/v0.2.0/docker-machi
3737
#Get Docker Client Windows
3838
RUN wget http://test.docker.com.s3.amazonaws.com/builds/Windows/x86_64/docker-1.6.0.exe
3939

40+
#Get Maven binaries
41+
RUN wget http://apache.mirrors.ionfish.org/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip
42+
RUN wget http://apache.mirrors.ionfish.org/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
43+
4044
EXPOSE 80
4145

4246
# Simple startup script to avoid some issues observed with container restart

readme.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,21 @@ be fun, you should have a decent hardware available. Beside the operating system
4545
. Java
4646
.. Oracle JDK 8u45 link:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java SE 8 Development Kit]
4747
.. OpenJDK link:http://openjdk.java.net/install/index.html[Download instructions]
48+
.. Maven link:http://maven.apache.org/download.cgi[3.0 or later]
4849

4950
. Webbrowser
5051
.. Chrome link:https://www.google.com/chrome/browser/desktop/[for Mac OS X 10.6 or later]
5152
.. Firefox link:http://www.getfirefox.com[Firefox 31 or later]
5253

5354
#### Linux / Windows
5455
. Operating System
55-
.. Windows 7/ (SP1)
56+
.. Windows 7 (SP1)
5657
.. Fedora 21
5758

5859
. Java
5960
.. Oracle JDK 8u45 link:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java SE 8 Development Kit]
6061
.. OpenJDK link:http://openjdk.java.net/install/index.html[Download instructions]
62+
.. Maven link:http://maven.apache.org/download.cgi[3.0 or later]
6163

6264
. Webbrowser
6365
.. Chrome 43 link:https://www.google.com/chrome/browser/desktop/[Windows 8/7 64-bit]

0 commit comments

Comments
 (0)