Commit 699bab2e authored by Tomo Suzuki's avatar Tomo Suzuki

reverted 64-bit/Dockerfile

parent 30673ff2
......@@ -66,8 +66,6 @@ RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
openjdk-7-jdk \
# -- For java_oracle7 -- \
oracle-java7-installer \
# -- For java_linkage_monitor \
openjdk-8-jdk \
# -- For python / python_cpp -- \
python-setuptools \
python-pip \
......
FROM debian:stretch
# Install dependencies. We start with the basic ones require to build protoc
# and the C++ build
RUN apt-get update && apt-get install -y \
autoconf \
autotools-dev \
build-essential \
bzip2 \
ccache \
curl \
gcc \
git \
libc6 \
libc6-dbg \
libc6-dev \
libgtest-dev \
libtool \
make \
parallel \
time \
wget \
&& apt-get clean
# Java dependencies
RUN apt-get install -y \
# -- For all Java builds -- \
maven \
# -- For java_jdk7 -- \
#openjdk-7-jdk \
# -- For java_oracle7 -- \
#oracle-java7-installer \
# -- For java_linkage_monitor \
openjdk-8-jdk \
&& apt-get clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment