This commit is contained in:
2025-09-03 09:32:47 +02:00
parent 1ebd182644
commit bd4478186d
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ RUN set -eux; \
# Étape 1 : builder temporaire pour compiler pgTAP
FROM debian:trixie AS pgTAP
FROM debian:trixie AS pgtap
# Installer les outils nécessaires pour compiler pgTAP
RUN apt-get update && \
@@ -108,7 +108,7 @@ RUN set -eux; \
postgresql-postgis
# Copier uniquement les fichiers installés depuis le builder
COPY --from=pgTAP /pgtap-dist/ /
COPY --from=pgtap /pgtap-dist/ /
COPY --from=pgrouting /tmp/*.deb /tmp
COPY --from=pgvector /tmp/*.deb /tmp

View File

@@ -1,7 +1,7 @@
### Construire l'image
```shell
docker build -t iut/pgsql:2025-08 .
docker build -t iut/pgsql:2025-09 .
```
## Données