Skip to content

Commit de2af08

Browse files
committed
Set SKIP_VENV_SHELL_WARNING=1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
1 parent a82b2c0 commit de2af08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
3939
ARG CUSTOM_CA_CERTIFICATES
4040

4141
# Finally, we provision the development environment and build a release tarball
42-
RUN ./tools/provision --build-release-tarball-only
42+
RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only
4343
RUN . /srv/zulip-py3-venv/bin/activate && \
4444
./tools/build-release-tarball docker && \
4545
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz

0 commit comments

Comments
 (0)