Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored Jul 31, 2024
1 parent fa3da8a commit e2dd4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG base_image=ubuntu:bionic
FROM ${base_image}

RUN apt-get update && apt-get install -y wget
RUN apt-get update && apt-get install -y wget gnupg

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

0 comments on commit e2dd4eb

Please sign in to comment.