mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-07 15:33:16 +00:00
Dist-upgrade before continuing
This commit is contained in:
@@ -6,6 +6,7 @@ ENV ZULIP_VERSION="master" DATA_DIR="/data"
|
||||
ADD entrypoint.sh /sbin/entrypoint.sh
|
||||
|
||||
RUN apt-get -q update && \
|
||||
apt-get -q dist-upgrade -y && \
|
||||
apt-get install -y git && \
|
||||
mkdir -p "$DATA_DIR" /root/zulip && \
|
||||
git clone https://github.com/zulip/zulip.git /root/zulip && \
|
||||
|
||||
Reference in New Issue
Block a user