Update Dockerfile

This commit is contained in:
ruslan 2025-02-07 18:06:33 +01:00 committed by GitHub
parent 1651ded80e
commit dbdc279a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@ FROM i386/debian:bookworm
LABEL maintainer="im@fruw.org" LABEL maintainer="im@fruw.org"
ENV LANG en_US.utf8 ENV LANG=en_US.utf8
ENV LC_ALL en_US.UTF-8 ENV LC_ALL=en_US.UTF-8
RUN apt-get update && \ RUN apt-get update && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \