更新 'Dockerfile'
This commit is contained in:
parent
a1c53967e2
commit
1faf563acd
@ -4,8 +4,6 @@
|
|||||||
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 && \
|
||||||
@ -15,8 +13,11 @@ ENV LANG en_US.UTF-8
|
|||||||
ENV LANGUAGE en_US:en
|
ENV LANGUAGE en_US:en
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
|
ADD ./sources.list /etc/apt/sources.list
|
||||||
|
|
||||||
|
|
||||||
RUN useradd -m -d /home/cartodb -s /bin/bash cartodb && \
|
RUN useradd -m -d /home/cartodb -s /bin/bash cartodb && \
|
||||||
apt-get install -y -q \
|
apt-get update && apt-get install -y -q \
|
||||||
build-essential \
|
build-essential \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
Loading…
Reference in New Issue
Block a user