Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-18 16:40:38 +03:00
parent b246f8af65
commit 64db050c1c
3 changed files with 136 additions and 1 deletions

View file

@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
ruby \
ruby-dev \
build-essential \
jq \
&& locale-gen en_US.UTF-8 \
&& update-locale LANG=en_US.UTF-8 \
&& apt-get clean