更新 'Dockerfile'

This commit is contained in:
zhongjin 2023-05-11 19:14:06 +08:00
parent c0d0b50d0a
commit 1d5e12b494

View File

@ -4,6 +4,8 @@
FROM ubuntu:18.04
LABEL maintainer="Stefan Verhoeven <s.verhoeven@esciencecenter.nl>"
ADD ./sources.list /etc/apt/sources.list
# Configuring locales
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y -q apt-utils software-properties-common locales && dpkg-reconfigure locales && \