„Dockerfile“ ändern

This commit is contained in:
2019-12-26 08:37:40 +01:00
parent 8944322d49
commit a080c77f61

View File

@@ -3,7 +3,7 @@ FROM debian:buster-slim
MAINTAINER ich777 MAINTAINER ich777
RUN apt-get update RUN apt-get update
RUN apt-get -y install lib32gcc1 wget locales RUN apt-get -y install lib32gcc1 wget locales libc6-i386
RUN touch /etc/locale.gen RUN touch /etc/locale.gen
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
RUN locale-gen RUN locale-gen