Skip to content

Commit 84f0750

Browse files
Update Dockerfile
1 parent c99aa33 commit 84f0750

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG base_image=ubuntu:bionic
22
FROM ${base_image}
33

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+
47
RUN apt-get update && apt-get install -y \
58
build-essential \
69
curl \
@@ -12,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1215
python \
1316
zip \
1417
zlib1g-dev \
15-
openjdk-17 \
18+
bellsoft-java17 \
1619
&& apt-get clean \
1720
&& rm -rf /var/lib/apt/lists/*
1821

0 commit comments

Comments
 (0)