mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-09 16:36:34 +00:00
Dockerfile: Ad -x to shell commands.
This makes `RUN` commands auto-print each shell command making it easier to follow the build process.
This commit is contained in:
@@ -10,6 +10,8 @@ LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
|
|||||||
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
|
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
|
||||||
ARG ZULIP_GIT_REF=master
|
ARG ZULIP_GIT_REF=master
|
||||||
|
|
||||||
|
SHELL ["/bin/sh", "-xc"]
|
||||||
|
|
||||||
# First, we setup working locales
|
# First, we setup working locales
|
||||||
RUN echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01norecommends && \
|
RUN echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01norecommends && \
|
||||||
echo 'APT::Install-Suggests 0;' >> /etc/apt/apt.conf.d/01norecommends && \
|
echo 'APT::Install-Suggests 0;' >> /etc/apt/apt.conf.d/01norecommends && \
|
||||||
@@ -45,6 +47,8 @@ RUN /bin/bash -c "source /srv/zulip-py3-venv/bin/activate && ./tools/build-relea
|
|||||||
FROM ubuntu:xenial-20171114
|
FROM ubuntu:xenial-20171114
|
||||||
LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
|
LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
|
||||||
|
|
||||||
|
SHELL ["/bin/sh", "-xc"]
|
||||||
|
|
||||||
ENV DATA_DIR="/data" \
|
ENV DATA_DIR="/data" \
|
||||||
LANG="en_US.UTF-8" \
|
LANG="en_US.UTF-8" \
|
||||||
LANGUAGE="en_US:en" \
|
LANGUAGE="en_US:en" \
|
||||||
|
|||||||
Reference in New Issue
Block a user