mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
download-as-tar-gz becomes 2.4x faster in docker segfaults on windows, so don't use it there does not affect fedora or gentoo, since zlib-ng is already system-default on those also adds a global-option to write list of successful binds to a textfile, for automation / smoketest purposes
6 lines
234 B
Docker
6 lines
234 B
Docker
FROM alpine:latest
|
|
WORKDIR /z
|
|
|
|
RUN apk add py3-pip make gcc musl-dev python3-dev
|
|
RUN pip wheel https://files.pythonhosted.org/packages/c4/a7/0b7673be5945071e99364a3ac1987b02fc1d416617e97f3e8816d275174e/zlib_ng-0.5.1.tar.gz
|