pidgin/dictionaries

Apease the docker gods
draft
2022-02-14, Gary Kramlich
4bb8db6ccfd2
Apease the docker gods
FROM debian:bullseye
ENV DEBIAN_FRONTEND=noninteractive
COPY mk-pkg-list .
RUN set -ex && \
apt-get update && \
apt-get install -y zip jq iso-codes python3 python3-setuptools python3-pycountry && \
./mk-pkg-list | xargs apt-get install -y
COPY mk-lang-zip mk-entry.py ./