MT#55283 add(Dockerfile): libip4tc2 to runtime image

Running the Docker image raises the following exception:

```
rtpengine: error while loading shared libraries: libip4tc.so.2: cannot open shared object file: No such file or directory
```

Adds libip4tc for ipv4 handling

Closes #2102

Change-Id: I102c83652e1b52b0026fe873164a06e116b5daa5
pull/2105/head
Jake Robers 1 week ago committed by Richard Fuchs
parent 86c77a4810
commit cc0f04fba2

@ -66,6 +66,7 @@ RUN apt-get update \
libevent-pthreads-2.1-7 \
libglib2.0-0 \
libhiredis1.1.0 \
libip4tc2 \
libip6tc2 \
libjson-glib-1.0-0 \
libjwt2 \

Loading…
Cancel
Save