We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3da8a commit e2dd4ebCopy full SHA for e2dd4eb
ci/Dockerfile
@@ -1,7 +1,7 @@
1
ARG base_image=ubuntu:bionic
2
FROM ${base_image}
3
4
-RUN apt-get update && apt-get install -y wget
+RUN apt-get update && apt-get install -y wget gnupg
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
0 commit comments