Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ FROM domistyle/idrac6

MAINTAINER zhangdahai

COPY icedtea-7-plugin_1.5-1ubuntu1_amd64.deb /usr/lib/jvm/icedtea/icedtea-7-plugin_1.5-1ubuntu1_amd64.deb
COPY icedtea-netx_1.5-1ubuntu1_amd64.deb /usr/lib/jvm/icedtea/icedtea-netx_1.5-1ubuntu1_amd64.deb
COPY icedtea-netx-common_1.5-1ubuntu1_all.deb /usr/lib/jvm/icedtea/icedtea-netx-common_1.5-1ubuntu1_all.deb


RUN apt-get update && \
apt-get install -y vim net-tools && \
apt-get install -y icedtea-netx && \
apt-get install -y ipmitool && \
apt-get install -y curl nodejs

RUN sed -i '701,705d' /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security ; \
sed -i 's|jdk.tls.disabledAlgorithms|# jdk.tls.disabledAlgorithms|g' /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.security
RUN dpkg -i /usr/lib/jvm/icedtea/icedtea-netx-common_1.5-1ubuntu1_all.deb
RUN dpkg -i /usr/lib/jvm/icedtea/icedtea-netx_1.5-1ubuntu1_amd64.deb
RUN dpkg -i /usr/lib/jvm/icedtea/icedtea-7-plugin_1.5-1ubuntu1_amd64.deb

RUN sed -i '701,705d' /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.security ; \
sed -i 's|jdk.tls.disabledAlgorithms|# jdk.tls.disabledAlgorithms|g' /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.security
Binary file not shown.
Binary file not shown.
Binary file added base-image/icedtea-netx_1.5-1ubuntu1_amd64.deb
Binary file not shown.