Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 14bc58b

Browse files
huijunwuhuijunw
andauthored
fix jenkins debian10 (#3570)
* fixci * useopenjdk * order * updatedebian9 Co-authored-by: Huijun Wu <[email protected]>
1 parent e1dda9a commit 14bc58b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docker/compile/Dockerfile.debian10

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
FROM openjdk:11.0.6-slim-buster
18+
FROM openjdk:11.0.6-jdk-buster
1919

2020
# This is passed to the heron build command via the --config flag
2121
ENV TARGET_PLATFORM debian
@@ -27,21 +27,21 @@ RUN apt-get update && apt-get -y install \
2727
build-essential \
2828
cmake \
2929
curl \
30-
libssl-dev \
3130
git \
31+
libcppunit-dev \
32+
libssl-dev \
3233
libtool \
3334
libtool-bin \
34-
libcppunit-dev \
3535
pkg-config \
3636
python \
3737
python3 \
3838
python3-dev \
39-
software-properties-common \
4039
python3-setuptools \
40+
software-properties-common \
4141
tree \
42-
zip \
4342
unzip \
44-
wget
43+
wget \
44+
zip
4545

4646
RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
4747
&& chmod +x /tmp/bazel.sh \

docker/compile/Dockerfile.debian9

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
FROM openjdk:11-jdk-slim-stretch
18+
FROM openjdk:11-jdk-stretch
1919

2020
# This is passed to the heron build command via the --config flag
2121
ENV TARGET_PLATFORM debian
@@ -27,20 +27,20 @@ RUN apt-get update && apt-get -y install \
2727
build-essential \
2828
cmake \
2929
curl \
30-
libssl-dev \
3130
git \
31+
libcppunit-dev \
32+
libssl-dev \
3233
libtool \
3334
libtool-bin \
34-
libcppunit-dev \
3535
pkg-config \
36-
software-properties-common \
3736
python \
3837
python3-dev \
3938
python3-setuptools \
39+
software-properties-common \
4040
tree \
41-
zip \
4241
unzip \
43-
wget
42+
wget \
43+
zip
4444

4545
RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
4646
&& chmod +x /tmp/bazel.sh \

0 commit comments

Comments
 (0)