File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,12 @@ apt-get install -y --no-install-recommends --no-install-suggests \
26
26
docker.io \
27
27
cgroupfs-mount \
28
28
nftables \
29
- iputils-ping curl
29
+ iputils-ping curl \
30
+ locales
31
+
32
+ # Update locale settings to en_US UTF-8
33
+ echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
34
+ locale-gen en_US.UTF-8
30
35
31
36
pip3 install 'fastapi~=0.103.1'
32
37
Original file line number Diff line number Diff line change @@ -27,7 +27,12 @@ apt-get install -y --no-install-recommends --no-install-suggests \
27
27
docker.io \
28
28
cgroupfs-mount \
29
29
nftables \
30
- iputils-ping curl
30
+ iputils-ping curl \
31
+ locales
32
+
33
+ # Update locale settings to en_US UTF-8
34
+ echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
35
+ locale-gen en_US.UTF-8
31
36
32
37
echo "Pip installing aleph-sdk-python"
33
38
mkdir -p /opt/aleph/libs
You can’t perform that action at this time.
0 commit comments