Block a user
pv-energy-calculator (2a4452e67f0d67900abc8275e9f7add0b4b9b356)
Published 2025-01-24 15:29:39 +00:00 by wn
Installation
docker pull gitea.hottis.de/wn/pv-energy-calculator:2a4452e67f0d67900abc8275e9f7add0b4b9b356sha256:74e629706ff7fb4c5391bfe7894c8ba032262f076c66a7586b70c3dd0ef4a975
Image Layers
| ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk add --no-cache postgresql16-client && addgroup $USER && adduser -G $USER -D $USER |
| COPY ./queries/pvec.sql . |