mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Should fix the cannot find ./scripts/setup/install error
This commit is contained in:
@@ -15,10 +15,10 @@ RUN chmod 755 /entrypoint.sh && \
|
|||||||
apt-get install -y wget python-six && \
|
apt-get install -y wget python-six && \
|
||||||
cd /root && \
|
cd /root && \
|
||||||
wget -q "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" && \
|
wget -q "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" && \
|
||||||
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C /root && \
|
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C /tmp && \
|
||||||
mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
|
mv "/tmp/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
|
||||||
cd "$ZULIP_DIR" && \
|
cd "$ZULIP_DIR" && \
|
||||||
./scripts/setup/install && \
|
"$ZULIP_DIR/scripts/setup/install" && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user