Loading TS29222_AEF_Security_API/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # Example: COPY requirements.txt ./ COPY custom_libs/opencapif_sdk-0.1.22-py3-none-any.whl custom_libs/ # Install requirements + SDK official from Git RUN pip3 install --no-cache-dir -r requirements.txt && \ Loading Loading
TS29222_AEF_Security_API/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # Example: COPY requirements.txt ./ COPY custom_libs/opencapif_sdk-0.1.22-py3-none-any.whl custom_libs/ # Install requirements + SDK official from Git RUN pip3 install --no-cache-dir -r requirements.txt && \ Loading