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 84f0750 commit fa3da8aCopy full SHA for fa3da8a
ci/Dockerfile
@@ -1,8 +1,10 @@
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
+RUN apt-get update && apt-get install -y wget
+
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
8
9
RUN apt-get update && apt-get install -y \
10
build-essential \
0 commit comments