Compare commits
No commits in common. "07bd8fe79910bfe84f0891323f6c9f886f2f5946" and "1341510aa480fad80bce4154e178de0ae52af89c" have entirely different histories.
07bd8fe799
...
1341510aa4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ WORKDIR /root/coturn
|
|||
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
|
||||
build-essential="12.6" \
|
||||
pkg-config="0.29-6" \
|
||||
libssl-dev="1.1.1d-0+deb10u5" \
|
||||
libssl-dev="1.1.1d-0+deb10u4" \
|
||||
libevent-dev="2.1.8-stable-4" \
|
||||
curl="7.64.0-4+deb10u1" \
|
||||
&& PCV=$(echo "${PROMETHEUS_CLIENT_VERSION}" | cut -c 2-) \
|
||||
|
|
Reference in a new issue