Skip to content

Commit

Permalink
Corrected prometheus addon location
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Apr 9, 2021
1 parent 6abc7cd commit 705a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cd /tmp && \
apt install -y git ca-certificates gcc libc6-dev liblua5.3-dev libpcre3-dev libssl-dev libsystemd-dev make wget zlib1g-dev && \
git clone https://github.com/haproxy/haproxy.git && \
cd haproxy && \
make TARGET=linux-glibc USE_LUA=1 USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1 USE_SYSTEMD=1 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" && \
make TARGET=linux-glibc USE_LUA=1 USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1 USE_SYSTEMD=1 EXTRA_OBJS="addons/promex/service-prometheus.o" && \
make install-bin && \
cp /usr/local/sbin/haproxy /usr/sbin/haproxy && \
cd / && rm -rf /tmp/haproxy
Expand Down

0 comments on commit 705a44f

Please sign in to comment.