We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82b2c0 commit de2af08Copy full SHA for de2af08
Dockerfile
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
39
ARG CUSTOM_CA_CERTIFICATES
40
41
# Finally, we provision the development environment and build a release tarball
42
-RUN ./tools/provision --build-release-tarball-only
+RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only
43
RUN . /srv/zulip-py3-venv/bin/activate && \
44
./tools/build-release-tarball docker && \
45
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
0 commit comments