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 7d3ec2e commit 25e1469Copy full SHA for 25e1469
2 files changed
Dockerfile
@@ -186,7 +186,10 @@ RUN \
186
cd /tmp && \
187
tar xf selkies.tar.gz && \
188
cd selkies-* && \
189
- python3 -m venv /lsiopy && \
+ python3 \
190
+ -m venv \
191
+ --system-site-packages \
192
+ /lsiopy && \
193
pip install . && \
194
pip install setuptools && \
195
echo "**** install selkies interposer ****" && \
Dockerfile.aarch64
@@ -184,7 +184,10 @@ RUN \
184
185
0 commit comments