Skip to content

Commit 177d309

Browse files
tmaenoCopilot
andauthored
Update Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b91140c commit 177d309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN mkdir /tmp/python && cd /tmp/python && \
3535
cd Python-* && \
3636
./configure && \
3737
make altinstall && \
38-
echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/pyton
38+
echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/python
3939

4040
# install Boost Python
4141
RUN mkdir /tmp/boost && cd /tmp/boost && \

0 commit comments

Comments
 (0)