Current section

Files

Jump to
edeliver docker release-base.dockerfile
Raw

docker/release-base.dockerfile

FROM ubuntu:focal-20220113
RUN apt update \
&& apt install -y libssl1.1 locales \
&& apt clean
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
ENV LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US:en"