Block a user
psa_car_controller (3.6.3)
Published 2026-03-04 15:59:12 +01:00 by krombel
Installation
docker pull gitea.krombel.de/krombel/psa_car_controller:3.6.3sha256:8f3c91abdfdc1eec4517f5243af1a007082ebf58719844274076488025be3109
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| ARG PYTHON_DEP |
| ARG DEBIAN_FRONTEND |
| WORKDIR /config |
| ENV PSACC_BASE_PATH=/ PSACC_PORT=5000 PSACC_OPTIONS=-c -r --web-conf PSACC_CONFIG_DIR=/config PYTHONPATH=/app |
| RUN |2 PYTHON_DEP=python3 python3-wheel python3-typing-extensions python3-pandas python3-six python3-dateutil python3-brotli python3-pycryptodome libatlas3-base python3-cryptography python3-scipy androguard python3-flask python3-paho-mqtt python3-ruamel.yaml ca-certificates python3-numpy DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt-get install -y --no-install-recommends $PYTHON_DEP curl && apt-get clean ; rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/lib /usr/local/lib # buildkit |
| COPY /usr/local/bin/ /usr/local/bin/ # buildkit |
| COPY /docker_files/init.sh /init.sh # buildkit |
| CMD ["/init.sh"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | psa_car_controller |
| com.docker.compose.service | psacc |
| com.docker.compose.version | 2.20.1 |