Loading TS29222_AEF_Security_API/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ RUN mkdir -p aef_security/certs aef_security/provider RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # For faster builds when only Python code changes: # 1. First copy only requirements.txt and custom_libs, install dependencies and SDK. # 1. First copy only requirements.txt and install dependencies and SDK. # 2. Then copy the rest of the Python code, so Docker caches the dependency layers. # Example: Loading Loading
TS29222_AEF_Security_API/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ RUN mkdir -p aef_security/certs aef_security/provider RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # For faster builds when only Python code changes: # 1. First copy only requirements.txt and custom_libs, install dependencies and SDK. # 1. First copy only requirements.txt and install dependencies and SDK. # 2. Then copy the rest of the Python code, so Docker caches the dependency layers. # Example: Loading