This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
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:11.0.6-slim -buster
18
+ FROM openjdk:11.0.6-jdk -buster
19
19
20
20
# This is passed to the heron build command via the --config flag
21
21
ENV TARGET_PLATFORM debian
@@ -27,21 +27,21 @@ RUN apt-get update && apt-get -y install \
27
27
build-essential \
28
28
cmake \
29
29
curl \
30
- libssl-dev \
31
30
git \
31
+ libcppunit-dev \
32
+ libssl-dev \
32
33
libtool \
33
34
libtool-bin \
34
- libcppunit-dev \
35
35
pkg-config \
36
36
python \
37
37
python3 \
38
38
python3-dev \
39
- software-properties-common \
40
39
python3-setuptools \
40
+ software-properties-common \
41
41
tree \
42
- zip \
43
42
unzip \
44
- wget
43
+ wget \
44
+ zip
45
45
46
46
RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
47
47
&& 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:11-jdk-slim- stretch
18
+ FROM openjdk:11-jdk-stretch
19
19
20
20
# This is passed to the heron build command via the --config flag
21
21
ENV TARGET_PLATFORM debian
@@ -27,20 +27,20 @@ RUN apt-get update && apt-get -y install \
27
27
build-essential \
28
28
cmake \
29
29
curl \
30
- libssl-dev \
31
30
git \
31
+ libcppunit-dev \
32
+ libssl-dev \
32
33
libtool \
33
34
libtool-bin \
34
- libcppunit-dev \
35
35
pkg-config \
36
- software-properties-common \
37
36
python \
38
37
python3-dev \
39
38
python3-setuptools \
39
+ software-properties-common \
40
40
tree \
41
- zip \
42
41
unzip \
43
- wget
42
+ wget \
43
+ zip
44
44
45
45
RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh \
46
46
&& chmod +x /tmp/bazel.sh \
You can’t perform that action at this time.
0 commit comments