Skip to content

Commit

Permalink
services/horizon/docker: Comment-out STELLAR_CORE_BINARY_PATH (#2972)
Browse files Browse the repository at this point in the history
A quick fix for #2973.
  • Loading branch information
bartekn authored Aug 31, 2020
1 parent 0fc96a4 commit c4f497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go install github.com/stellar/go/services/horizon
FROM ubuntu:18.04

ENV STELLAR_CORE_VERSION 13.0.0-1220-9ed3da29
ENV STELLAR_CORE_BINARY_PATH /usr/local/bin/stellar-core
#ENV STELLAR_CORE_BINARY_PATH /usr/local/bin/stellar-core

# ca-certificates are required to make tls connections
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget
Expand Down

0 comments on commit c4f497c

Please sign in to comment.