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 84f0750 commit fa3da8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ARG base_image=ubuntu:bionic
FROM ${base_image}

RUN wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -
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

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

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down

0 comments on commit fa3da8a

Please sign in to comment.