Loading go-apps/meep-iot-pltf/meep-acme-in-cse/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading go-apps/meep-iot-pltf/meep-acme-mn-cse/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
go-apps/meep-iot-pltf/meep-acme-in-cse/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
go-apps/meep-iot-pltf/meep-acme-mn-cse/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading