We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91140c commit 177d309Copy full SHA for 177d309
Dockerfile
@@ -35,7 +35,7 @@ RUN mkdir /tmp/python && cd /tmp/python && \
35
cd Python-* && \
36
./configure && \
37
make altinstall && \
38
- echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/pyton
+ echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/python
39
40
# install Boost Python
41
RUN mkdir /tmp/boost && cd /tmp/boost && \
0 commit comments