Browse Source

gettext added to docker to be able to compile the po file

master
Mohsen Taba 2 weeks ago
parent
commit
a4eea0032c
  1. 3
      Dockerfile.prod

3
Dockerfile.prod

@ -30,7 +30,8 @@ RUN apk update && apk add --no-cache \
ttf-freefont \
mesa-gl \
alsa-lib \
ffmpeg
ffmpeg \
gettext
# Set environment variables for Chrome

Loading…
Cancel
Save