Commit 65a9452e authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

Add python-dotenv to ACME CSE Dockerfiles

parent 3ac8de5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ ENV MEC_SANDBOX_SERVER=""
RUN echo "meep-acme-in-cse" > /etc/hostname

COPY ./data/requirements.txt /usr/src/app/ACME-oneM2M-CSE/requirements.txt
RUN pip3 install --no-cache-dir python-dotenv --break-system-packages
RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages

COPY ./data /usr/src/app/ACME-oneM2M-CSE
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ ENV ACME_IN_SERVICE_NAME=""
RUN echo "meep-acme-mn-cse" > /etc/hostname

COPY ./data/requirements.txt /usr/src/app/ACME-oneM2M-CSE/requirements.txt
RUN pip3 install --no-cache-dir python-dotenv --break-system-packages
RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages

COPY ./data /usr/src/app/ACME-oneM2M-CSE