mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Set SKIP_VENV_SHELL_WARNING=1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
|
||||
ARG CUSTOM_CA_CERTIFICATES
|
||||
|
||||
# Finally, we provision the development environment and build a release tarball
|
||||
RUN ./tools/provision --build-release-tarball-only
|
||||
RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only
|
||||
RUN . /srv/zulip-py3-venv/bin/activate && \
|
||||
./tools/build-release-tarball docker && \
|
||||
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
|
||||
|
Reference in New Issue
Block a user