Convert file endlines to Unix (LF)
[pti/o2.git] / mock_smo / Dockerfile
index 74d6b61..f0f01ab 100644 (file)
@@ -1,23 +1,23 @@
-FROM python:3.10-slim-buster\r
-\r
-RUN apt-get update; apt-get install -y git gcc\r
-\r
-COPY requirements.txt /tmp/\r
-RUN  pip install -r /tmp/requirements.txt \r
-\r
-# COPY requirements-test.txt /tmp/\r
-# RUN pip install -r /tmp/requirements-test.txt\r
-\r
-RUN mkdir -p /src\r
-COPY mock_smo/ /src/mock_smo/\r
-\r
-COPY setup.py o2app-mock-smo.sh /src/\r
-RUN pip install -e /src\r
-\r
-COPY etc/ /etc/mock_smo/\r
-\r
-# COPY tests/ /tests/\r
-\r
-# RUN apt-get install -y procps vim\r
-\r
-WORKDIR /src\r
+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