This commit is contained in:
Andy Kipp 2021-03-31 10:46:27 +03:00 committed by GitHub
parent 8557eb6547
commit efc52aba53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ RUN cp libpython$PYTHON_LIB_VER.a /usr/lib
RUN echo 'Add xxh' RUN echo 'Add xxh'
WORKDIR /xxh WORKDIR /xxh
#RUN git clone --depth 1 https://github.com/xxh/xxh
ENV LDFLAGS "-static -l:libpython3.8.a" ENV LDFLAGS "-static -l:libpython3.8.a"
RUN nuitka3 --python-flag=no_site --python-flag=no_warnings --show-progress --standalone --follow-imports xxh RUN nuitka3 --python-flag=no_site --python-flag=no_warnings --show-progress --standalone --follow-imports xxh
RUN ls -la RUN ls -la