X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=947ecd1f594d488ea3621450e290eb90b4e5a555;hb=2b815c45ca3a6f84ef5323f6d727e96ad27769b9;hp=3a102506e50ff5cb34e14577cd7af5db57c223fb;hpb=9075724f37d63fd9b6cca5bc185a22ae13c9d1d0;p=ric-plt%2Ftracelibcpp.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 3a10250..947ecd1 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -13,7 +13,10 @@ # 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. - +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# # CI to verify the tracingcpp library # Inherits C toolchain from buildpack-deps:stretch # Adds required build tools @@ -23,13 +26,10 @@ FROM buildpack-deps:stretch RUN apt-get update && apt-get -q -y install \ cmake \ rpm \ - rename \ - alien + rename RUN mkdir -p /tmp/build COPY . /tmp/build RUN cd /tmp/build && ci/ci_build.sh -RUN cd /tmp/build && ci/build_opentracing.sh - ENTRYPOINT ["/tmp/build/ci/publish.sh"]