Skip to content

Commit f7927c3

Browse files
authored
install liboqs-python in docker image so version check can succeed (#56)
1 parent 9ca94d1 commit f7927c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ COPY --from=intermediate /opt/liboqs-python /opt/liboqs-python
4949

5050
ENV PYTHONPATH=/opt/liboqs-python
5151

52+
# Install liboqs-python
53+
RUN cd /opt/liboqs-python && python3 setup.py install
54+
5255
# Enable a normal user
5356
RUN addgroup -g 1000 -S oqs && adduser --uid 1000 -S oqs -G oqs
5457

0 commit comments

Comments
 (0)