This repository has been archived on 2022-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
lets/pp/oppai-ng/docker/musl-x86/Dockerfile

6 lines
123 B
Docker

FROM multiarch/alpine:x86-latest-stable
RUN apk add --no-cache musl-dev gcc git xz
WORKDIR /tmp
CMD [ "sh", "./release" ]