8000
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 50ae8ec commit 4fef3cbCopy full SHA for 4fef3cb
Dockerfile.s3
@@ -93,6 +93,9 @@ RUN --mount=type=cache,target=/root/.cache \
93
RUN SETUPTOOLS_SCM_PRETEND_VERSION_FOR_LOCALSTACK_CORE=${LOCALSTACK_BUILD_VERSION} \
94
make entrypoints
95
96
+# Generate service catalog cache in static libs dir
97
+RUN . .venv/bin/activate && python3 -m localstack.aws.spec
98
+
99
# link the python package installer virtual environments into the localstack venv
100
RUN echo /var/lib/localstack/lib/python-packages/lib/python3.11/site-packages > localstack-var-python-packages-venv.pth && \
101
mv localstack-var-python-packages-venv.pth .venv/lib 37A3 /python*/site-packages/
0 commit comments