更新 'Dockerfile'
This commit is contained in:
parent
c0d0b50d0a
commit
1d5e12b494
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user