This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed 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 \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM centos:centos7
19
19
20
20
# This is passed to the heron build command via the --config flag
21
21
ENV TARGET_PLATFORM centos
22
- ENV bazelVersion 0.26 .0
22
+ ENV bazelVersion 3.0 .0
23
23
24
24
RUN yum -y upgrade
25
25
RUN yum -y install \
@@ -33,6 +33,7 @@ RUN yum -y install \
33
33
git \
34
34
kernel-devel \
35
35
libtool \
36
+ cppunit-devel \
36
37
make \
37
38
patch \
38
39
python-devel \
Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ FROM ubuntu:18.04
19
19
20
20
# This is passed to the heron build command via the --config flag
21
21
ENV TARGET_PLATFORM ubuntu
22
- ENV bazelVersion 0.26 .0
22
+ ENV bazelVersion 3.0 .0
23
23
24
24
RUN apt-get update && apt-get -y install \
25
25
g++ \
26
26
cmake \
27
27
automake \
28
28
libtool-bin \
29
29
libunwind8 \
30
+ libcppunit-dev \
30
31
patch \
31
32
python-dev \
32
33
python3-dev \
You can’t perform that action at this time.
0 commit comments