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

Commit

Permalink
fix jenkins debian10 (#3570)
Browse files Browse the repository at this point in the history
* fixci

* useopenjdk

* order

* updatedebian9

Co-authored-by: Huijun Wu <[email protected]>
  • Loading branch information
huijunwu and huijunw authored Jul 18, 2020
1 parent e1dda9a commit 14bc58b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docker/compile/Dockerfile.debian10
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM openjdk:11.0.6-slim-buster
FROM openjdk:11.0.6-jdk-buster

# This is passed to the heron build command via the --config flag
ENV TARGET_PLATFORM debian
Expand All @@ -27,21 +27,21 @@ RUN apt-get update && apt-get -y install \
build-essential \
cmake \
curl \
libssl-dev \
git \
libcppunit-dev \
libssl-dev \
libtool \
libtool-bin \
libcppunit-dev \
pkg-config \
python \
python3 \
python3-dev \
software-properties-common \
python3-setuptools \
software-properties-common \
tree \
zip \
unzip \
wget
wget \
zip

RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
&& chmod +x /tmp/bazel.sh \
Expand Down
12 changes: 6 additions & 6 deletions docker/compile/Dockerfile.debian9
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM openjdk:11-jdk-slim-stretch
FROM openjdk:11-jdk-stretch

# This is passed to the heron build command via the --config flag
ENV TARGET_PLATFORM debian
Expand All @@ -27,20 +27,20 @@ RUN apt-get update && apt-get -y install \
build-essential \
cmake \
curl \
libssl-dev \
git \
libcppunit-dev \
libssl-dev \
libtool \
libtool-bin \
libcppunit-dev \
pkg-config \
software-properties-common \
python \
python3-dev \
python3-setuptools \
software-properties-common \
tree \
zip \
unzip \
wget
wget \
zip

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

0 comments on commit 14bc58b

Please sign in to comment.