Replace deprecated SDL APIs
[ric-plt/e2mgr.git] / E2Manager / Dockerfile
index 27ad56a..0f18fa1 100755 (executable)
@@ -27,6 +27,13 @@ COPY . .
 
 # Install dependencies, compile and test the module
 RUN apt-get update && apt-get install -y sudo
+
+# Update CA certificates
+RUN apt update && apt install --reinstall -y \
+  ca-certificates \
+  && \
+  update-ca-certificates
+
 RUN bash build-e2mgr-ubuntu.sh
 
 # Build deployable container