@babblevoice/projectrtp 2.6.4 → 2.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -1
- package/package.json +1 -1
package/Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM alpine:3.22 AS builder
|
|
|
4
4
|
WORKDIR /usr/src/
|
|
5
5
|
|
|
6
6
|
RUN apk add --no-cache \
|
|
7
|
-
alpine-sdk cmake python3 spandsp-dev tiff-dev gnutls-dev libsrtp-dev cmake boost-dev nodejs npm; \
|
|
7
|
+
alpine-sdk cmake python3 spandsp-dev tiff-dev gnutls-dev libsrtp-dev cmake boost-dev nodejs npm openssl; \
|
|
8
8
|
npm -g install node-gyp; \
|
|
9
9
|
wget https://github.com/TimothyGu/libilbc/releases/download/v3.0.4/libilbc-3.0.4.tar.gz; \
|
|
10
10
|
tar xvzf libilbc-3.0.4.tar.gz; \
|