Compare commits

..

No commits in common. "9d6c414a7d32ba7dd09d8d9ccb10afa5d70f79e3" and "b6fc7a837db912fd927f6b22bfa75dfea0f19d7d" have entirely different histories.

View file

@ -13,9 +13,9 @@ WORKDIR /root/coturn
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
build-essential="12.6" \
pkg-config="0.29.2-1" \
libssl-dev="1.1.1k-1" \
libevent-dev="2.1.12-stable-1" \
pkg-config="0.29-6" \
libssl-dev="1.1.1d-0+deb10u6" \
libevent-dev="2.1.8-stable-4" \
curl \
&& PCV=$(echo "${PROMETHEUS_CLIENT_VERSION}" | cut -c 2-) \
&& curl -L "https://github.com/digitalocean/prometheus-client-c/releases/download/${PROMETHEUS_CLIENT_VERSION}/libprom-dev-${PCV}-Linux.deb" > /tmp/libprom.deb \