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
|
||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||
lib32gcc-s1 \
|
||||
curl \
|
||||
ca-certificates \
|
||||
locales && \
|
||||
apt-get -y upgrade && \
|
||||
locale-gen "en_US.UTF-8" && \
|
||||
export LC_ALL="en_US.UTF-8" && \
|
||||
useradd -m steam && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue