We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99aa33 commit 84f0750Copy full SHA for 84f0750
ci/Dockerfile
@@ -1,6 +1,9 @@
1
ARG base_image=ubuntu:bionic
2
FROM ${base_image}
3
4
+RUN wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -
5
+RUN echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list
6
+
7
RUN apt-get update && apt-get install -y \
8
build-essential \
9
curl \
@@ -12,7 +15,7 @@ RUN apt-get update && apt-get install -y \
12
15
python \
13
16
zip \
14
17
zlib1g-dev \
- openjdk-17 \
18
+ bellsoft-java17 \
19
&& apt-get clean \
20
&& rm -rf /var/lib/apt/lists/*
21
0 commit comments