Skip to content

Commit

Permalink
fix apt repo reference to focal now (#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland authored Jun 29, 2023
1 parent ff665ec commit 2ec1834
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# ca-certificates are required to make tls connections
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils git zip unzip apt-transport-https ca-certificates
RUN wget -qO - https://apt.stellar.org/SDF.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true apt-key add -
RUN echo "deb https://apt.stellar.org xenial stable" >/etc/apt/sources.list.d/SDF.list
RUN echo "deb https://apt.stellar.org xenial testing" >/etc/apt/sources.list.d/SDF-testing.list
RUN echo "deb https://apt.stellar.org focal stable" >/etc/apt/sources.list.d/SDF.list
RUN echo "deb https://apt.stellar.org focal testing" >/etc/apt/sources.list.d/SDF-testing.list

RUN git clone https://github.com/stellar/go.git /go/src/github.com/stellar/go
# Fetch dependencies and prebuild binaries. Not necessary but will make check faster.
Expand Down

0 comments on commit 2ec1834

Please sign in to comment.