Merge pull request 'Update base dependencies' (#11) from renovate/base-dependencies into main
continuous-integration/drone/push Build is failing Details

Reviewed-on: sp-services/coturn#11
This commit is contained in:
Samuel Philipp 2021-08-18 21:05:07 +00:00
commit 9d6c414a7d
1 changed files with 3 additions and 3 deletions

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-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 \