Differences From Artifact [f391f2d6f4]:
- File dockerfile.txt — part of check-in [05ca73e5da] at 2020-10-08 13:28:07 on branch trunk — [server] dockerfile (user: olr, size: 595) [annotate] [blame] [check-ins using]
To Artifact [50a9ee9c52]:
- File dockerfile.txt — part of check-in [7abc9dbabe] at 2020-10-10 06:53:37 on branch trunk — [build] add Dockerfile to Grammalecte package (user: olr, size: 599) [annotate] [blame] [check-ins using]
1 2 | FROM python:3-alpine AS src | | | 1 2 3 4 5 6 7 8 9 10 | FROM python:3-alpine AS src ENV VERSION ${version} RUN apk add --update --no-cache \ unzip \ wget \ && wget https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${VERSION}.zip \ && unzip Grammalecte-fr-v${VERSION}.zip -d /srv |
︙ | ︙ |