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 9ca94d1 commit f7927c3Copy full SHA for f7927c3
docker/Dockerfile
@@ -49,6 +49,9 @@ COPY --from=intermediate /opt/liboqs-python /opt/liboqs-python
49
50
ENV PYTHONPATH=/opt/liboqs-python
51
52
+# Install liboqs-python
53
+RUN cd /opt/liboqs-python && python3 setup.py install
54
+
55
# Enable a normal user
56
RUN addgroup -g 1000 -S oqs && adduser --uid 1000 -S oqs -G oqs
57
0 commit comments