Skip to content

Commit fa3da8a

Browse files
Update Dockerfile
1 parent 84f0750 commit fa3da8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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
4+
RUN apt-get update && apt-get install -y wget
5+
6+
RUN wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | apt-key add -
7+
RUN echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | tee /etc/apt/sources.list.d/bellsoft.list
68

79
RUN apt-get update && apt-get install -y \
810
build-essential \

0 commit comments

Comments
 (0)