Skip to content

Commit 619cf22

Browse files
committed
Revert "Update path used to activate venv."
This reverts commit 431933d. We cannot change this yet, as we’re still on 9.4. (Also it should use `uv run`.) Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 431933d commit 619cf22

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 @@ ARG CUSTOM_CA_CERTIFICATES
3939

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

0 commit comments

Comments
 (0)