This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update && apt-get -y install \
31
31
libtool \
32
32
libtool-bin \
33
33
python \
34
- python2.7 -dev \
34
+ python -dev \
35
35
software-properties-common \
36
36
python-setuptools \
37
37
tree \
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- FROM openjdk:8 -jdk-slim
18
+ FROM openjdk:11 -jdk-slim-stretch
19
19
20
20
# This is passed to the heron build command via the --config flag
21
21
ENV TARGET_PLATFORM debian
@@ -37,10 +37,7 @@ RUN apt-get update && apt-get -y install \
37
37
tree \
38
38
zip \
39
39
unzip \
40
- wget \
41
- openjdk-11-jdk-headless
42
-
43
- ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
40
+ wget
44
41
45
42
RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
46
43
&& chmod +x /tmp/bazel.sh \
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- FROM openjdk:8 -jdk-slim
18
+ FROM openjdk:11 -jdk-slim-stretch
19
19
20
20
RUN apt-get -y update && apt-get -y install \
21
21
netcat-openbsd \
22
22
python \
23
- python3 \
23
+ python-dev \
24
24
unzip \
25
25
curl \
26
26
vim \
27
- supervisor \
28
- openjdk-11-jdk-headless && \
27
+ supervisor && \
29
28
apt-get clean all && \
30
29
rm -rf /var/lib/apt/lists/*
31
30
You can’t perform that action at this time.
0 commit comments