We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272e907 commit 03cd721Copy full SHA for 03cd721
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ COPY . /PascalX
7
# Install dependencies
8
RUN mkdir -p /PascalX/build/lib
9
ENV DEBIAN_FRONTEND="noninteractive"
10
-RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget
+RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget unzip
11
RUN echo "/PascalX/build/lib" > /etc/ld.so.conf.d/pascalx.conf
12
13
# Build
0 commit comments