| ARG VERSION=0.5.0-dev |
| LABEL Name=aa-base-ee Description=Astra Automation Execution Environment Version=0.5.0-dev |
| COPY file:8ff8959843831be3b3ea8b7596957de48a4bb10d91e8c4482bb98317d19324ef in /usr/bin/tofu |
| COPY file:1a4aff2a1f9636fe61acf0b0feab5689c48cd1757449b3f227de1e63c7d5fe1c in /etc/apt/sources.list.d/aa-ee-additional.list |
| COPY multi:7e6cd934d25914c6638499a2f4b70feb86b20f9a2a5a1740fcf60940dfe46009 in /app/ |
| WORKDIR /app/ |
| ENV PIP_ROOT_USER_ACTION=ignore |
| |1 VERSION=0.5.0-dev /bin/sh -c apt-get update && apt-get install -y $(cat packages.txt) && rm -rf /var/lib/apt/lists/* && ln -fsT /usr/bin/python3.9 /usr/bin/python3 && python3.9 -m pip install --no-cache-dir -r pip_packages.txt && python3.9 -m pip install --no-cache-dir -r pip_collections_requirements.txt && rm -f * && mkdir ~/.ssh && ln -sT /usr/bin/tofu /usr/local/bin/terraform |
| bash |