RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / ci / Dockerfile
index 01bad27..85a4383 100755 (executable)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu
+FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
 RUN apt-get update && apt-get -q -y install cmake ksh alien
+
+# Update CA certificates
+RUN apt update && apt install --reinstall -y \
+  ca-certificates \
+  && \
+  update-ca-certificates
+
 ADD . /tmp
 WORKDIR /tmp