Skip to content

Commit ee6264f

Browse files
committed
fix: align timescale dockerfile
1 parent 1272287 commit ee6264f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pg18/Dockerfile-timescaledb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
7878
&& apt autoremove -y && apt clean
7979

8080
# Haproxy
81-
RUN apt-get update && apt-get install --no-install-recommends -y \
81+
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 \
8284
haproxy=$HAPROXY_VERSION.\* \
8385
&& apt autoremove -y && apt clean
8486

0 commit comments

Comments
 (0)