fix
This commit is contained in:
parent
ac8f9a4f22
commit
6a6ce218d5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:jammy-20220531
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
locales && \
|
locales && \
|
||||||
|
apt-get -y upgrade && \
|
||||||
locale-gen "en_US.UTF-8" && \
|
locale-gen "en_US.UTF-8" && \
|
||||||
export LC_ALL="en_US.UTF-8" && \
|
export LC_ALL="en_US.UTF-8" && \
|
||||||
useradd -m steam && \
|
useradd -m steam && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue