From efc52aba53d1b25995feaa2f9f668a6523a136cb Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Wed, 31 Mar 2021 10:46:27 +0300 Subject: [PATCH] Cleaning --- xxh-portable-musl-alpine.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/xxh-portable-musl-alpine.Dockerfile b/xxh-portable-musl-alpine.Dockerfile index c40fc80..c3c22f9 100644 --- a/xxh-portable-musl-alpine.Dockerfile +++ b/xxh-portable-musl-alpine.Dockerfile @@ -25,7 +25,6 @@ RUN cp libpython$PYTHON_LIB_VER.a /usr/lib RUN echo 'Add xxh' WORKDIR /xxh -#RUN git clone --depth 1 https://github.com/xxh/xxh ENV LDFLAGS "-static -l:libpython3.8.a" RUN nuitka3 --python-flag=no_site --python-flag=no_warnings --show-progress --standalone --follow-imports xxh RUN ls -la