This commit is contained in:
AndrewMarchukov 2022-07-17 14:49:12 +04:00
parent ac8f9a4f22
commit 6a6ce218d5

View file

@ -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 && \