Added ls commands because there seem to be "no" files

This commit is contained in:
Alexander Trost
2015-09-27 09:49:17 +02:00
parent 6594c24a8d
commit d6ec6d8793

View File

@@ -17,6 +17,8 @@ RUN chmod 755 /entrypoint.sh && \
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C "/root" && \
mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
cd "$ZULIP_DIR" && \
ls -ahl "$ZULIP_DIR" && \
ls -ahl "$ZULIP_DIR/scripts" && \
"$ZULIP_DIR/scripts/setup/install" && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*