CI: JWT python module in Style check image

This commit is contained in:
Max K 2024-06-24 19:16:10 +02:00
parent 13a3efd655
commit f66c065d11

View File

@ -37,6 +37,7 @@ RUN pip3 install \
tqdm==4.66.4 \
types-requests \
unidiff \
jwt \
&& rm -rf /root/.cache/pip
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen en_US.UTF-8