更新 'Dockerfile'

master
zhongjin 1 year ago
parent c0d0b50d0a
commit 1d5e12b494

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

Loading…
Cancel
Save