fixed libssl version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Samuel Philipp 2021-03-28 00:46:41 +01:00
parent 07bd8fe799
commit e863a6fd45
Signed by: samuel-p
GPG Key ID: 2AD495D17760CB4E
1 changed files with 2 additions and 2 deletions

View File

@ -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+deb10u6" \
libevent-dev="2.1.8-stable-4" \
curl="7.64.0-4+deb10u1" \
&& PCV=$(echo "${PROMETHEUS_CLIENT_VERSION}" | cut -c 2-) \
@ -45,4 +45,4 @@ EXPOSE 49152-65535 49152-65535/udp
# Prometheus
EXPOSE 9641
ENTRYPOINT ["turnserver"]
ENTRYPOINT ["turnserver", "--pidfile", "/var/tmp/turnserver.pid"]