Dist-upgrade before continuing

This commit is contained in:
Alexander Trost
2016-02-17 19:12:26 +01:00
parent ecd1f46c59
commit 60f76cdc59

View File

@@ -6,6 +6,7 @@ ENV ZULIP_VERSION="master" DATA_DIR="/data"
ADD entrypoint.sh /sbin/entrypoint.sh ADD entrypoint.sh /sbin/entrypoint.sh
RUN apt-get -q update && \ RUN apt-get -q update && \
apt-get -q dist-upgrade -y && \
apt-get install -y git && \ apt-get install -y git && \
mkdir -p "$DATA_DIR" /root/zulip && \ mkdir -p "$DATA_DIR" /root/zulip && \
git clone https://github.com/zulip/zulip.git /root/zulip && \ git clone https://github.com/zulip/zulip.git /root/zulip && \