diff options
Diffstat (limited to 'bin/caservicecontainer')
-rwxr-xr-x | bin/caservicecontainer/dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/caservicecontainer/dockerfile b/bin/caservicecontainer/dockerfile index 8557181..bad49d1 100755 --- a/bin/caservicecontainer/dockerfile +++ b/bin/caservicecontainer/dockerfile @@ -2,17 +2,12 @@ # Base Image for the build FROM rmannfv/aaf-base:xenial -RUN apt-get update -RUN apt-get install -y softhsm2 -RUN apt-get install -y opensc - # Files required for the Java application RUN wget https://www.bouncycastle.org/download/bcprov-jdk15on-159.jar RUN wget https://www.bouncycastle.org/download/bcpkix-jdk15on-159.jar RUN wget https://www.bouncycastle.org/download/bcmail-jdk15on-159.jar RUN wget https://www.bouncycastle.org/download/bcpg-jdk15on-159.jar RUN wget https://www.bouncycastle.org/download/bctls-jdk15on-159.jar -RUN wget https://www.bouncycastle.org/download/bctest-jdk15on-159.jar RUN cp ./bcpkix-jdk15on-159.jar /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/ RUN cp ./bcprov-jdk15on-159.jar /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/ RUN cp ./bcmail-jdk15on-159.jar /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/ |