Add friendicaci/transifex image

This commit is contained in:
Philipp Holzer 2021-05-12 19:11:42 +02:00
commit 0373dc253a
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
2 changed files with 23 additions and 0 deletions

10
transifex/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM ubuntu:20.04
RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
gettext \
git \
&& apt-get clean \
&& rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
COPY check-messages.sh /check-messages.sh