Grammalecte  Diff

Differences From Artifact [f391f2d6f4]:

To Artifact [50a9ee9c52]:


1
2
3
4
5
6
7
8
9
10
FROM python:3-alpine AS src

ENV VERSION 1.12.2

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



|







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