Skip to content

Commit

Permalink
Fix salt tests for ubuntu:16.04 (open-telemetry#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Mar 28, 2022
1 parent 8490ae5 commit a235773
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get upgrade -y -o DPkg::Options::=--force-confold
RUN apt-get install -y software-properties-common ca-certificates wget curl apt-transport-https python3-pip vim
RUN pip3 install distro==1.5.0

RUN curl -L https://repo.saltproject.io/py3/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add -
RUN echo 'deb http://repo.saltproject.io/py3/ubuntu/16.04/amd64/latest xenial main' > /etc/apt/sources.list.d/saltstack.list && \
Expand Down

0 comments on commit a235773

Please sign in to comment.