Skip to content

Commit 5abf7d5

Browse files
authored
Added whitespace (#84)
1 parent 4b6b081 commit 5abf7d5

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
@@ -18,7 +18,7 @@ USER oqs
1818
WORKDIR /home/oqs
1919

2020
# Create a Python 3 virtual environment
21-
RUN python3 -mvenv venv
21+
RUN python3 -m venv venv
2222

2323
# Get liboqs-python
2424
RUN git clone --depth 1 --branch main https://github.com/open-quantum-safe/liboqs-python.git

0 commit comments

Comments
 (0)