4 changed files with 70 additions and 52 deletions
@ -5,7 +5,12 @@ LABEL maintainer="LinuxGSM <[email protected]>" |
|||||
# Install UTF-8 unicode |
# Install UTF-8 unicode |
||||
RUN echo "**** Install UTF-8 ****" \ |
RUN echo "**** Install UTF-8 ****" \ |
||||
&& apt-get update \ |
&& apt-get update \ |
||||
&& apt-get install -y locales apt-utils debconf-utils ca-certificates |
&& apt-get install -y locales apt-utils debconf-utils ca-certificates \ |
||||
|
&& apt-get -y autoremove \ |
||||
|
&& apt-get -y clean \ |
||||
|
&& rm -rf /var/lib/apt/lists/* \ |
||||
|
&& rm -rf /tmp/* \ |
||||
|
&& rm -rf /var/tmp/* |
||||
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
||||
|
|
||||
# Add unicode support |
# Add unicode support |
||||
|
@ -5,7 +5,12 @@ LABEL maintainer="LinuxGSM <[email protected]>" |
|||||
# Install UTF-8 unicode |
# Install UTF-8 unicode |
||||
RUN echo "**** Install UTF-8 ****" \ |
RUN echo "**** Install UTF-8 ****" \ |
||||
&& apt-get update \ |
&& apt-get update \ |
||||
&& apt-get install -y locales apt-utils debconf-utils ca-certificates |
&& apt-get install -y locales apt-utils debconf-utils ca-certificates \ |
||||
|
&& apt-get -y autoremove \ |
||||
|
&& apt-get -y clean \ |
||||
|
&& rm -rf /var/lib/apt/lists/* \ |
||||
|
&& rm -rf /tmp/* \ |
||||
|
&& rm -rf /var/tmp/* |
||||
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
||||
|
|
||||
# Add unicode support |
# Add unicode support |
||||
@ -29,3 +34,4 @@ RUN echo "**** Install SteamCMD ****" \ |
|||||
|
|
||||
# Update SteamCMD |
# Update SteamCMD |
||||
RUN steamcmd +quit |
RUN steamcmd +quit |
||||
|
|
||||
|
@ -2,10 +2,17 @@ FROM ubuntu:22.04 |
|||||
|
|
||||
LABEL maintainer="LinuxGSM <[email protected]>" |
LABEL maintainer="LinuxGSM <[email protected]>" |
||||
|
|
||||
|
LABEL maintainer="LinuxGSM <[email protected]>" |
||||
|
|
||||
# Install UTF-8 unicode |
# Install UTF-8 unicode |
||||
RUN echo "**** Install UTF-8 ****" \ |
RUN echo "**** Install UTF-8 ****" \ |
||||
&& apt-get update \ |
&& apt-get update \ |
||||
&& apt-get install -y locales apt-utils debconf-utils ca-certificates |
&& apt-get install -y locales apt-utils debconf-utils ca-certificates \ |
||||
|
&& apt-get -y autoremove \ |
||||
|
&& apt-get -y clean \ |
||||
|
&& rm -rf /var/lib/apt/lists/* \ |
||||
|
&& rm -rf /tmp/* \ |
||||
|
&& rm -rf /var/tmp/* |
||||
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 |
||||
|
|
||||
# Add unicode support |
# Add unicode support |
||||
@ -29,3 +36,4 @@ RUN echo "**** Install SteamCMD ****" \ |
|||||
|
|
||||
# Update SteamCMD |
# Update SteamCMD |
||||
RUN steamcmd +quit |
RUN steamcmd +quit |
||||
|
|
||||
|
Loading…
Reference in new issue