Merge pull request 'Update base dependencies' (#11) from renovate/base-dependencies into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: sp-services/coturn#11
This commit is contained in:
commit
9d6c414a7d
1 changed files with 3 additions and 3 deletions
|
@ -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-6" \
|
||||
libssl-dev="1.1.1d-0+deb10u6" \
|
||||
libevent-dev="2.1.8-stable-4" \
|
||||
pkg-config="0.29.2-1" \
|
||||
libssl-dev="1.1.1k-1" \
|
||||
libevent-dev="2.1.12-stable-1" \
|
||||
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 \
|
||||
|
|
Reference in a new issue