Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Openjdk update to zulu-openjdk:8u172
Browse files Browse the repository at this point in the history
  • Loading branch information
Alena Prokharchyk authored and Denise committed Jul 2, 2018
1 parent 6c0ca6f commit 4c80926
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u72
FROM azul/zulu-openjdk:8u172

ENV DAPPER_ENV API_VERSION ENVIRONMENTS
ENV DAPPER_RUN_ARGS --privileged
Expand All @@ -20,11 +20,12 @@ ENV PGDATABASE cattle

# Install Python and packages
RUN apt-get update && \
apt-get install -y --no-install-recommends python-pip iptables xz-utils git curl
apt-get install -y --no-install-recommends python-pip iptables xz-utils git curl python-setuptools iproute

# Hack to work around overlay issue
RUN pip uninstall -y py >/dev/null >/dev/null 2>&1 || true && \
pip install --upgrade pip==6.0.3 tox==1.8.1 virtualenv==12.0.4
pip install --upgrade pip==6.0.3 wheel && \
pip install --upgrade tox==1.8.1 virtualenv==12.0.4

# Build Tools
ENV BUILD_TOOLS_VERSION 0.3.1
Expand All @@ -35,7 +36,7 @@ RUN mkdir /tmp/build-tools && \
rm -rf /tmp/build-tools

# Cache Maven stuff
RUN cp /usr/lib/jvm/zulu-8-amd64/jre/lib/security/US_export_policy.jar /usr/lib/jvm/zulu-8-amd64/jre/lib/security/local_policy.jar
RUN sed -i '/^#crypto.policy=unlimited$/s/^#//g' /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security
RUN cd /tmp && \
git clone https://github.com/ibuildthecloud/cattle.git && \
cd cattle && \
Expand Down

0 comments on commit 4c80926

Please sign in to comment.