Loading services/TS29222_CAPIF_Publish_Service_API/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxslt1-dev && \ rm -rf /var/lib/apt/lists/* RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get update && apt-get install -y --no-install-recommends curl jq COPY . /usr/src/app Loading services/helper/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ rm -rf /var/lib/apt/lists/* RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis jq COPY . /usr/src/app Loading Loading
services/TS29222_CAPIF_Publish_Service_API/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxslt1-dev && \ rm -rf /var/lib/apt/lists/* RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get update && apt-get install -y --no-install-recommends curl jq COPY . /usr/src/app Loading
services/helper/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ rm -rf /var/lib/apt/lists/* RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis jq COPY . /usr/src/app Loading