We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656108f commit 8c17439Copy full SHA for 8c17439
builder/engines/generic_container.py
@@ -178,7 +178,7 @@ def build_image(self) -> str | None | CompletedProcess:
178
179
@property
180
def get_container_cmd(self) -> str:
181
- return '{} run {} {} /bin/bash -c "{}"'.format(
+ return '{} run {} {} /bin/bash -c "source .venv/bin/activate && {}"'.format(
182
self.benv,
183
" ".join(self.container_options),
184
self._name_image,
0 commit comments