X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=85a43834c2cee60989de120feb8e0924827d9a39;hb=refs%2Fheads%2Fg-release;hp=d7cfbab7b0284200c97ab9ee3165925b5d851f79;hpb=10fc6fa5295e3c7b9aed037d31fcf549fa124d51;p=ric-plt%2Fnodeb-rnib.git diff --git a/ci/Dockerfile b/ci/Dockerfile index d7cfbab..85a4383 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -13,9 +13,16 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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:8-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