Commit b20561c4 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Add libgtest-dev package to unittest image

parent fadd3d00
......@@ -27,6 +27,11 @@
FROM ran-base:develop as ran-tests
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes \
libgtest-dev
RUN rm -Rf /oai-ran
WORKDIR /oai-ran
COPY . .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment