Skip to content

Commit e2dd4eb

Browse files
Update Dockerfile
1 parent fa3da8a commit e2dd4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG base_image=ubuntu:bionic
22
FROM ${base_image}
33

4-
RUN apt-get update && apt-get install -y wget
4+
RUN apt-get update && apt-get install -y wget gnupg
55

66
RUN wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | apt-key add -
77
RUN echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | tee /etc/apt/sources.list.d/bellsoft.list

0 commit comments

Comments
 (0)