Skip to content

Commit

Permalink
Added whitespace (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco authored Apr 10, 2024
1 parent 4b6b081 commit 5abf7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USER oqs
WORKDIR /home/oqs

# Create a Python 3 virtual environment
RUN python3 -mvenv venv
RUN python3 -m venv venv

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

0 comments on commit 5abf7d5

Please sign in to comment.