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 4b6b081 commit 5abf7d5Copy full SHA for 5abf7d5
Dockerfile
@@ -18,7 +18,7 @@ USER oqs
18
WORKDIR /home/oqs
19
20
# Create a Python 3 virtual environment
21
-RUN python3 -mvenv venv
+RUN python3 -m venv venv
22
23
# Get liboqs-python
24
RUN git clone --depth 1 --branch main https://github.com/open-quantum-safe/liboqs-python.git
0 commit comments