Skip to content

Commit e5f6ca9

Browse files
alanjdsmhart
authored andcommitted
libainstall: Provides /var/lang/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.a (lambci#113)
Needed for compile some packages, for exemple, uWSGI
1 parent 4f8e5f4 commit e5f6ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python3.6/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN rm -rf /var/runtime /var/lang && \
1212
curl https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz | tar -xJ && \
1313
cd Python-3.6.1 && \
1414
LIBS="$LIBS -lutil -lrt" ./configure --prefix=/var/lang && \
15-
make -j$(getconf _NPROCESSORS_ONLN) libinstall inclinstall && \
15+
make -j$(getconf _NPROCESSORS_ONLN) libinstall libainstall inclinstall && \
1616
cd .. && \
1717
rm -rf Python-3.6.1 && \
1818
pip3 install -U pip awscli virtualenv pipenv --no-cache-dir

0 commit comments

Comments
 (0)