mirror of
https://github.com/9001/copyparty.git
synced 2026-02-24 03:12:07 +10:00
9 lines
284 B
Docker
9 lines
284 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/46/7d/901c6e333fb031b5bfbd1532099200cf859f12aa83689be494eade6685ec/zlib_ng-1.0.0.tar.gz \
|
|
&& mkdir whl \
|
|
&& mv *.whl whl
|