X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mock_smo%2FDockerfile;h=f0f01ab97d50fa3e695d46a7e227fa4ab2081246;hb=5c00dc9e61bd13c3f5a97ce5e821512553560043;hp=74d6b613729c9713bdb60d89d2eacd5928ceae1a;hpb=b37a7d8e36bd9fdf862cb1aad29f9a29052e725f;p=pti%2Fo2.git diff --git a/mock_smo/Dockerfile b/mock_smo/Dockerfile index 74d6b61..f0f01ab 100644 --- a/mock_smo/Dockerfile +++ b/mock_smo/Dockerfile @@ -1,23 +1,23 @@ -FROM python:3.10-slim-buster - -RUN apt-get update; apt-get install -y git gcc - -COPY requirements.txt /tmp/ -RUN pip install -r /tmp/requirements.txt - -# COPY requirements-test.txt /tmp/ -# RUN pip install -r /tmp/requirements-test.txt - -RUN mkdir -p /src -COPY mock_smo/ /src/mock_smo/ - -COPY setup.py o2app-mock-smo.sh /src/ -RUN pip install -e /src - -COPY etc/ /etc/mock_smo/ - -# COPY tests/ /tests/ - -# RUN apt-get install -y procps vim - -WORKDIR /src +FROM python:3.10-slim-buster + +RUN apt-get update; apt-get install -y git gcc + +COPY requirements.txt /tmp/ +RUN pip install -r /tmp/requirements.txt + +# COPY requirements-test.txt /tmp/ +# RUN pip install -r /tmp/requirements-test.txt + +RUN mkdir -p /src +COPY mock_smo/ /src/mock_smo/ + +COPY setup.py o2app-mock-smo.sh /src/ +RUN pip install -e /src + +COPY etc/ /etc/mock_smo/ + +# COPY tests/ /tests/ + +# RUN apt-get install -y procps vim + +WORKDIR /src