Re-add alpine docker images
Split the RUN into separate items in an attempt to get past the
sporadic I/O Error when building the policy alpine docker images.
Updates per review comments:
- removed nss
- removed openssh (for now)
Issue-ID: POLICY-1586
Change-Id: I9e6181e67333a5fdf01c8a4286f117b673e50076
Signed-off-by: Jim Hahn <jrh3@att.com>
diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml
index cc0d588..3a0ae4e 100644
--- a/policy-jre/pom.xml
+++ b/policy-jre/pom.xml
@@ -29,7 +29,7 @@
<artifactId>policy-jre</artifactId>
<packaging>pom</packaging>
- <name>Policy Base Docker images</name>
+ <name>Policy JRE Docker images</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,10 +46,7 @@
<profile>
<id>docker</id>
<modules>
- <!-- pretty frequently, alpine fails to build, so removing
- it for now
<module>alpine</module>
- -->
<module>debian-slim</module>
</modules>
</profile>