We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1272287 commit ee6264fCopy full SHA for ee6264f
pg18/Dockerfile-timescaledb
@@ -78,7 +78,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
78
&& apt autoremove -y && apt clean
79
80
# Haproxy
81
-RUN apt-get update && apt-get install --no-install-recommends -y \
+RUN apt-get update && apt-get install --no-install-recommends -y software-properties-common && \
82
+ add-apt-repository ppa:vbernat/haproxy-${HAPROXY_VERSION} && \
83
+ apt-get update && apt-get install --no-install-recommends -y \
84
haproxy=$HAPROXY_VERSION.\* \
85
86
0 commit comments